File IndexBuffer.h
FileList > buffers > IndexBuffer.h
Go to the source code of this file
OpenGL index buffer object (IBO/EBO) abstraction. More...
#include "Buffers.h"
Classes
| Type | Name |
|---|---|
| class | IndexBuffer OpenGL element buffer object wrapper. |
Detailed Description
IndexBuffer provides a RAII wrapper around an OpenGL element buffer for storing triangle indices. Inherits copy, move, and deep-copy semantics from Buffers.
Note:
All OpenGL resources are released deterministically in the destructor.
The documentation for this class was generated from the following file src/render/buffers/IndexBuffer.h