Module glbuffer

Source
Expand description

The most basic OpenGL Buffer Object wrapping

Structs§

Buffer
The OpenGL buffer object
BufferBind
When to use a buffer, must bind the buffer first. The RAII system could help automatically unbind the buffer.
BufferMapping
When to modify the buffer or retrieve the data from the buffer, use map to update the buffer.

Enums§

BufferTarget
The OpenGL buffer binding targets
BufferUsage
The usage for the buffer
MapAccess
The access flags for glMapBuffers()