remove old legacy extensions that aren't being used.

This commit is contained in:
Jeff Hutchinson 2016-05-06 21:24:52 -04:00
parent 6caafc9844
commit a216b4515b
4 changed files with 5 additions and 42 deletions

View file

@ -143,7 +143,7 @@ void GFXGLDevice::initGLState()
// Setting mPixelShaderVersion to 3.0 will allow Advanced Lighting to run.
mPixelShaderVersion = 3.0;
mSupportsAnisotropic = mCardProfiler->queryProfile( "GL::suppAnisotropic" );
mSupportsAnisotropic = mCardProfiler->queryProfile( "GL_EXT_TEXTURE_FILTER_ANISOTROPIC" );
String vendorStr = (const char*)glGetString( GL_VENDOR );
if( vendorStr.find("NVIDIA", 0, String::NoCase | String::Left) != String::NPos)