Browse Source

remove note about extension detection

render_group_fix
cinnaboot 5 years ago
parent
commit
036f66f0bb
  1. 2
      src/renderer.cpp

2
src/renderer.cpp

@ -241,8 +241,6 @@ initGlOptions()
// TODO: glDebugMessageCallback is only availabe from >v4.3
// check and warn if context doesn't support this function here
// NOTE: nice extension detection program here:
// https://gist.github.com/dooglz/578b7bd913253c52c3c6
glEnable (GL_DEBUG_OUTPUT);
glDebugMessageCallback((GLDEBUGPROC) openglDebugCallback, 0);
// hide VRAM debug messages

Loading…
Cancel
Save