StapleGL
Header-only C++20 OpenGL wrapper
Loading...
Searching...
No Matches
vertex_buffer_inst.hpp File Reference

Vertex buffer object for instanced rendering. More...

#include "gl_functions.hpp"
#include "vertex_buffer.hpp"
#include "vertex_buffer_layout.hpp"
#include <cassert>
#include <numbers>
#include <span>
Include dependency graph for vertex_buffer_inst.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  staplegl::vertex_buffer_inst
 A vertex buffer object for instanced rendering. More...
 

Namespaces

namespace  staplegl
 

Detailed Description

Vertex buffer object for instanced rendering.

Author
Dario Loi
Date
2023-08-10

This class is a specialization of the vertex_buffer class, and it is meant to help with instanced rendering, allowing the user of staplegl to build a more performant renderer.

It can be thought of as a std::vector-like container for vertex data.

See also
vertex_buffer.hpp
https://www.khronos.org/opengl/wiki/Vertex_Specification#Instanced_arrays

Definition in file vertex_buffer_inst.hpp.