More build fixes.

This commit is contained in:
NeoBrainX 2013-03-29 15:08:00 +01:00
parent 4e9c3db545
commit b2517c0308
1 changed files with 2 additions and 2 deletions

View File

@ -90,6 +90,8 @@ public:
}
};
typedef std::map<SHADERUID, PCacheEntry> PCache;
static PCacheEntry GetShaderProgram(void);
static GLuint GetCurrentProgram(void);
static SHADER* SetShader(DSTALPHA_MODE dstAlphaMode, u32 components);
@ -113,8 +115,6 @@ private:
void Read(const SHADERUID &key, const u8 *value, u32 value_size);
};
typedef std::map<SHADERUID, PCacheEntry> PCache;
static PCache pshaders;
static PCacheEntry* last_entry;
static SHADERUID last_uid;