Merge pull request #1190 from Azaezel/TORQUE_NSIGHT_WORKAROUND

nvidia nsight debugger support.
This commit is contained in:
Luis Anton Rebollo 2015-02-12 22:11:36 +01:00
commit 24c11eb51c

View file

@ -152,6 +152,9 @@ void GFXGLDevice::initGLState()
glBindFramebuffer = &_t3d_glBindFramebuffer;
}
#ifdef TORQUE_NSIGHT_WORKAROUND
__GLEW_ARB_buffer_storage = false;
#endif
#if TORQUE_DEBUG
if( gglHasExtension(ARB_debug_output) )
{