Changed: Initialize ARBFragmentShader to false if DisableHardwarePixelProgram is set
--HG-- branch : develop
This commit is contained in:
parent
8f7a28f5c9
commit
53290cb212
1 changed files with 2 additions and 1 deletions
|
@ -1685,6 +1685,7 @@ void registerGlExtensions(CGlExtensions &ext)
|
|||
{
|
||||
ext.ARBFragmentProgram = false;
|
||||
ext.NVFragmentProgram2 = false;
|
||||
ext.ARBFragmentShader = false;
|
||||
}
|
||||
|
||||
ext.OESDrawTexture = setupOESDrawTexture(glext);
|
||||
|
|
Loading…
Reference in a new issue