mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
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