gl_rasterizer: Move index buffer uploading to its own method
This commit is contained in:
@@ -220,7 +220,9 @@ private:
|
||||
|
||||
void SetupVertexBuffer(GLuint vao);
|
||||
|
||||
DrawParameters SetupDraw();
|
||||
GLintptr SetupIndexBuffer();
|
||||
|
||||
DrawParameters SetupDraw(GLintptr index_buffer_offset);
|
||||
|
||||
void SetupShaders(GLenum primitive_mode);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user