![]() |
Maria GDK 5.0.0.738
Documentation of native code in develop branch
|
Public Member Functions | |
RenderBatch (const std::shared_ptr< STK::Font > &f) | |
void | initBuffers (const std::vector< VertexData > &vtx, const std::vector< unsigned short > &ip) |
void | drawBuffers () const |
void | clearBuffers () |
Public Attributes | |
std::shared_ptr< STK::Font > | font |
GLuint | vao = 0 |
GLuint | vtxBuffer = 0 |
GLuint | idxBuffer = 0 |
int | idxBufferSize = 0 |