jvm-graphics-labs / jogl-samples

The Java OpenGL Samples Pack
MIT License
41 stars 16 forks source link

logImplementationDependentLimit #22

Open elect86 opened 8 years ago

elect86 commented 8 years ago

check

elect86 commented 8 years ago

Fixed, has to enable it explicitely

gl4.glDebugMessageControl(GL_DEBUG_SOURCE_APPLICATION, GL_DEBUG_TYPE_OTHER, GL_DEBUG_SEVERITY_LOW, 0, null, true);

elect86 commented 8 years ago

search c samples + mvp.toDbb(pointer);