first commit
This commit is contained in:
10
src/render/RenderBuffer.h
Normal file
10
src/render/RenderBuffer.h
Normal file
@@ -0,0 +1,10 @@
|
||||
class RenderBuffer
|
||||
{
|
||||
public:
|
||||
static int VerticesToBeStored;
|
||||
static int IndicesToBeStored;
|
||||
static void ClearRenderBuffer(void);
|
||||
static void StartStoring(int numIndices, int numVertices, RwImVertexIndex **indexStart, RwIm3DVertex **vertexStart);
|
||||
static void StopStoring(void);
|
||||
static void RenderStuffInBuffer(void);
|
||||
};
|
||||
Reference in New Issue
Block a user