Expand description

This module encapsulate the system of vertexBuffer Here you can create a drawable object easily with a VertexArray

Structs

Vertex Buffer structure A vertexbuffer is an buffer object in OpenGl. Here it’s linked with VertexArray for data. The VertexBuffer is the ‘low levelest’ object that is drawable. You can create it from Vertice slice or VertexArray

Enums