Module vertex_buffer

Module vertex_buffer 

Source
Expand description

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

Structs§

VertexBuffer
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§

Primitive