ro0mquy / rtificial

Flashing Visuals and Dope Sound | Das Git™
http://rtificial.org/
1 stars 0 forks source link

Enable OpenGL debug extension #107

Open vincent23 opened 9 years ago

vincent23 commented 9 years ago

23:40:13 @cupe | #ifdef HG_DEBUG_OPENGL
23:40:13 @cupe | glEnable(GL_DEBUG_OUTPUT); 23:40:13 @cupe | glEnable(GL_DEBUG_OUTPUT_SYNCHRONOUS_ARB); // Might be a good idea to do that! 23:40:13 @cupe | glDebugMessageControlARB(GL_DONT_CARE, GL_DONT_CARE, GL_DONT_CARE, 0, NULL, GL_TRUE); // Check specs. 23:40:16 @cupe | glDebugMessageCallbackARB((GLDEBUGPROCARB)&debugOutput, NULL); // Go wild. 23:40:19 @cupe | #endif

vincent23 commented 9 years ago

Enabled in runtime in 07d453e5415609cfe3be2bed0d49be3f9deb4f5f