mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5629 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -84,6 +84,9 @@ void SetMultiPSConstant4fv(int const_number, int count, const float *f)
|
||||
|
||||
void PixelShaderCache::Init()
|
||||
{
|
||||
glEnable(GL_FRAGMENT_PROGRAM_ARB);
|
||||
ShaderEnabled = true;
|
||||
CurrentShader = 0;
|
||||
GL_REPORT_ERRORD();
|
||||
|
||||
for (int i = 0; i < (C_COLORMATRIX+16) * 4; i++)
|
||||
|
Reference in New Issue
Block a user