Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if(ext::glDebugMessageCallbackAMD != nullptr && ext::glDebugMessageEnableAMD != nullptr) {
- ext::glDebugMessageEnableAMD(GL_DONT_CARE, GL_DONT_CARE, 0, nullptr, true);
- ext::glDebugMessageCallbackAMD(GxDeviceDebugProc, this);
- }
Advertisement
Add Comment
Please, Sign In to add comment