jubilant-funicular
|
Represents a Glyph to be drawn multiple times with slight variations. More...
#include <InstanceBatch.h>
Public Member Functions | |
InstancedGlyph (GLuint texture) | |
GLuint | gen_vbo () |
Public Attributes | |
GLsizei | count |
The number of instances. | |
GLuint | tex |
The texture. | |
GLuint | vao |
std::vector< GLuint > | vbos |
Represents a Glyph to be drawn multiple times with slight variations.
Definition at line 8 of file InstanceBatch.h.