mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-21 09:49:01 +00:00
OGL: Uber shader support
This commit is contained in:
parent
901bf9c257
commit
cd502990fa
9 changed files with 857 additions and 255 deletions
|
@ -42,7 +42,6 @@ public:
|
|||
// NativeVertexFormat use this
|
||||
GLuint m_vertex_buffers;
|
||||
GLuint m_index_buffers;
|
||||
GLuint m_last_vao;
|
||||
|
||||
protected:
|
||||
void ResetBuffer(u32 stride) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue