move efb2ram shaders to textureCache

This commit is contained in:
degasus
2013-01-11 15:24:43 +01:00
parent 60b8e4fb1c
commit 7c01c2bf11
3 changed files with 88 additions and 101 deletions

View File

@ -77,10 +77,6 @@ public:
static FRAGMENTSHADER* SetShader(DSTALPHA_MODE dstAlphaMode, u32 components);
static bool CompilePixelShader(FRAGMENTSHADER& ps, const char* pstrprogram);
static GLuint GetColorMatrixProgram();
static GLuint GetDepthMatrixProgram();
};
} // namespace OGL