StapleGL
Header-only C++20 OpenGL wrapper
|
Vertex Array Object (VAO) wrapper. More...
#include "gl_functions.hpp"
#include "index_buffer.hpp"
#include "vertex_buffer.hpp"
#include "vertex_buffer_inst.hpp"
#include <cstdint>
#include <list>
#include <optional>
Go to the source code of this file.
Classes | |
class | staplegl::vertex_array |
Vertex Array Object (VAO) wrapper. More... | |
Namespaces | |
namespace | staplegl |
Vertex Array Object (VAO) wrapper.
Vertex Array Object Wrapper.
Vertex Array Objects (VAOs) are OpenGL objects that store all of the state needed to supply vertex data to the GPU for a draw call.
This includes the format of the vertex data as well as the buffers containing the vertices and the indices specifying the order in which to render them.
Definition in file vertex_array.hpp.