mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 08:04:40 +00:00
Merge pull request #1190 from Azaezel/TORQUE_NSIGHT_WORKAROUND
nvidia nsight debugger support.
This commit is contained in:
commit
24c11eb51c
1 changed files with 3 additions and 0 deletions
|
|
@ -152,6 +152,9 @@ void GFXGLDevice::initGLState()
|
||||||
glBindFramebuffer = &_t3d_glBindFramebuffer;
|
glBindFramebuffer = &_t3d_glBindFramebuffer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef TORQUE_NSIGHT_WORKAROUND
|
||||||
|
__GLEW_ARB_buffer_storage = false;
|
||||||
|
#endif
|
||||||
#if TORQUE_DEBUG
|
#if TORQUE_DEBUG
|
||||||
if( gglHasExtension(ARB_debug_output) )
|
if( gglHasExtension(ARB_debug_output) )
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue