Initial removal of Nvidia CG. Still some more cleanup to go

This commit is contained in:
Ryan Houdek
2012-12-24 11:09:52 -06:00
parent cf8f936abb
commit 9209253e0d
28 changed files with 197 additions and 2570 deletions

View File

@ -75,14 +75,14 @@ bool ApplyShader()
}
}
// TODO: Convert PP shaders to GLSL
if (s_shader.glprogid != 0)
{
PixelShaderCache::SetCurrentShader(s_shader.glprogid);
// SetBothShaders(s_shader, 0);
return true;
}
else
{
PixelShaderCache::DisableShader();
return false;
}
}