mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 16:44:36 +00:00
reordered by request
This commit is contained in:
parent
02de4658e5
commit
43e0826308
1 changed files with 1 additions and 1 deletions
|
|
@ -152,10 +152,10 @@ void GFXGLDevice::initGLState()
|
||||||
glBindFramebuffer = &_t3d_glBindFramebuffer;
|
glBindFramebuffer = &_t3d_glBindFramebuffer;
|
||||||
}
|
}
|
||||||
|
|
||||||
#if TORQUE_DEBUG
|
|
||||||
#ifdef TORQUE_NSIGHT_WORKAROUND
|
#ifdef TORQUE_NSIGHT_WORKAROUND
|
||||||
__GLEW_ARB_buffer_storage = false;
|
__GLEW_ARB_buffer_storage = false;
|
||||||
#endif
|
#endif
|
||||||
|
#if TORQUE_DEBUG
|
||||||
if( gglHasExtension(ARB_debug_output) )
|
if( gglHasExtension(ARB_debug_output) )
|
||||||
{
|
{
|
||||||
glEnable(GL_DEBUG_OUTPUT);
|
glEnable(GL_DEBUG_OUTPUT);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue