mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
More build fixes.
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user