Re: No glDebugMessageCallback in javax.media.opengl.GL4
Posted by
ericg on
Oct 14, 2014; 12:58am
URL: https://forum.jogamp.org/No-glDebugMessageCallback-in-javax-media-opengl-GL4-tp4033318p4033334.html
No, it is here:
https://www.opengl.org/sdk/docs/man/html/glDebugMessageCallback.xhtml. I am more curious than actually really needing this as I do use try catch and log errors accordingly. Perhaps it is because Java does not implement callbacks the same way C does?