Cromon

GxDevice.cpp

Oct 20th, 2012
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.24 KB | None | 0 0
  1.             if(ext::glDebugMessageCallbackAMD != nullptr && ext::glDebugMessageEnableAMD != nullptr) {
  2.                 ext::glDebugMessageEnableAMD(GL_DONT_CARE, GL_DONT_CARE, 0, nullptr, true);
  3.                 ext::glDebugMessageCallbackAMD(GxDeviceDebugProc, this);
  4.             }
Advertisement
Add Comment
Please, Sign In to add comment