Describe a Vertex structure. You must instantiate it with a compile-time struct describing your vertex format.
Creates a vertex specification.
Unuse this vertex specification. If you are using a VAO, you don't need to call it, since the attributes would be tied to the VAO activation.
Use this vertex specification.
See Implementation
Describe a Vertex structure. You must instantiate it with a compile-time struct describing your vertex format.