Struct VertexBuffer
Public Attributes
| Type | Name |
|---|---|
| int | capacity |
| GLuint | vao |
| GLuint | vbo |
Public Attributes Documentation
variable capacity
int VertexBuffer::capacity;
variable vao
GLuint VertexBuffer::vao;
variable vbo
GLuint VertexBuffer::vbo;
The documentation for this class was generated from the following file /home/runner/work/2DFarmingRPG/2DFarmingRPG/Stardew/engine/src/rendering/DrawContext.c