StapleGL
Header-only C++20 OpenGL wrapper
|
Element Buffer Object (EBO) wrapper. More...
Go to the source code of this file.
Classes | |
class | staplegl::index_buffer |
Element Buffer Object (EBO) wrapper. More... | |
Namespaces | |
namespace | staplegl |
Element Buffer Object (EBO) wrapper.
Wraps EBOs allowing for easy creation and usage. Element buffer objects are GPU buffers that store indices that OpenGL uses to figure out the order in which to render primitives that are stored in a VBO.
This class allows simple creation and management of EBOs with RAII semantics.
Definition in file index_buffer.hpp.