PixelShaderGen: Some more work...

This commit is contained in:
NeoBrainX
2012-09-02 14:31:37 +02:00
parent 8902c6e38b
commit 67be1e939a
3 changed files with 29 additions and 24 deletions

View File

@ -184,7 +184,7 @@ void PixelShaderCache::Shutdown()
FRAGMENTSHADER* PixelShaderCache::SetShader(DSTALPHA_MODE dstAlphaMode, u32 components)
{
PixelShaderUid uid;
GetPixelShaderId(uid, dstAlphaMode, API_OPENGL, components);
GetPixelShaderUid(uid, dstAlphaMode, API_OPENGL, components);
// Check if the shader is already set
if (last_entry)