mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-11 18:50:30 +00:00
OpenGL: Stream vertices + indices
This commit is contained in:
parent
52feed04db
commit
ff002320a5
3 changed files with 15 additions and 8 deletions
|
@ -40,6 +40,8 @@ public:
|
|||
GLuint m_vertex_buffers;
|
||||
GLuint m_index_buffers;
|
||||
GLuint m_last_vao;
|
||||
protected:
|
||||
virtual void ResetBuffer(u32 stride);
|
||||
private:
|
||||
void Draw(u32 stride);
|
||||
void vFlush() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue