Phantom type associated to this vertex structure for safety reasons
Module OgamlGraphics.VertexArray.Vertex.VERTEX
Common signature to all vertex structures
Adds an attribute to this structure. Raises
Sealed_vertex
if the structure is sealed.
Seals this structure. Once sealed, the structure can be used to create vertices but cannot receive new attributes. Raises
Sealed_vertex
if the structure is already sealed.
Creates a vertex following this structure. Raises
Unsealed_vertex
if the structure is not sealed.