Cromon

GxDevice.cpp

Oct 20th, 2012
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.29 KB | None | 0 0
  1.                 ext::glDebugMessageControlARB(GL_DONT_CARE, GL_DONT_CARE, GL_DONT_CARE, 0, nullptr, GL_TRUE);
  2.                 ext::glDebugMessageCallbackARB(GxDeviceDebugProcARB, nullptr);
  3.                 ext::glDebugMessageInsertARB(GL_DEBUG_SOURCE_APPLICATION_ARB, GL_DEBUG_TYPE_OTHER_ARB, 1, GL_DEBUG_SEVERITY_HIGH_ARB, 4, "test");
Advertisement
Add Comment
Please, Sign In to add comment