mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
OGL: Rewrite POKE_Z with a draw call
It's now also merged and it should be faster than the glClear way.
This commit is contained in:
parent
2b5945ae07
commit
84b13de538
3 changed files with 50 additions and 72 deletions
|
@ -119,9 +119,9 @@ private:
|
|||
static SHADER m_pixel_format_shaders[2];
|
||||
|
||||
// For EFB pokes
|
||||
static GLuint m_EfbColorPokes_VBO;
|
||||
static GLuint m_EfbColorPokes_VAO;
|
||||
static SHADER m_EfbColorPokes;
|
||||
static GLuint m_EfbPokes_VBO;
|
||||
static GLuint m_EfbPokes_VAO;
|
||||
static SHADER m_EfbPokes;
|
||||
};
|
||||
|
||||
} // namespace OGL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue