mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 15:48:51 +00:00
More build fixes.
This commit is contained in:
parent
4e9c3db545
commit
b2517c0308
1 changed files with 2 additions and 2 deletions
|
@ -90,6 +90,8 @@ public:
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
typedef std::map<SHADERUID, PCacheEntry> PCache;
|
||||||
|
|
||||||
static PCacheEntry GetShaderProgram(void);
|
static PCacheEntry GetShaderProgram(void);
|
||||||
static GLuint GetCurrentProgram(void);
|
static GLuint GetCurrentProgram(void);
|
||||||
static SHADER* SetShader(DSTALPHA_MODE dstAlphaMode, u32 components);
|
static SHADER* SetShader(DSTALPHA_MODE dstAlphaMode, u32 components);
|
||||||
|
@ -113,8 +115,6 @@ private:
|
||||||
void Read(const SHADERUID &key, const u8 *value, u32 value_size);
|
void Read(const SHADERUID &key, const u8 *value, u32 value_size);
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef std::map<SHADERUID, PCacheEntry> PCache;
|
|
||||||
|
|
||||||
static PCache pshaders;
|
static PCache pshaders;
|
||||||
static PCacheEntry* last_entry;
|
static PCacheEntry* last_entry;
|
||||||
static SHADERUID last_uid;
|
static SHADERUID last_uid;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue