Type of an attribute
Module OgamlGraphics.VertexArray.Vertex.Attribute
Manipulation of attributesThis module provides a way to set and access the attributes of a vertex.
Sets the value of a vertex's attribute
Gets the value of a vertex's attribute. Raises
Unbound_attribute
if the attribute is not initialized.
Returns the name of an attribute, that is, the name that will refer to this attribute in a GLSL program.
Returns the type of an attribute