mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-07 08:39:00 +00:00
also don't search in the shader cache if the shader isn't changed
This commit is contained in:
parent
9165ac5a67
commit
bb200acdd8
2 changed files with 14 additions and 13 deletions
|
@ -150,7 +150,7 @@ private:
|
|||
typedef std::map<ShaderUID, PCacheEntry> PCache;
|
||||
|
||||
static PCache pshaders;
|
||||
static GLuint CurrentFShader, CurrentVShader, CurrentProgram;
|
||||
static GLuint CurrentProgram;
|
||||
static ShaderUID CurrentShaderProgram;
|
||||
|
||||
static GLuint s_ps_vs_ubo;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue