Re: No glDebugMessageCallback in javax.media.opengl.GL4
Posted by Sven Gothel on Oct 14, 2014; 1:06am URL: https://forum.jogamp.org/No-glDebugMessageCallback-in-javax-media-opengl-GL4-tp4033318p4033337.html
On 10/14/2014 02:58 AM, ericg [via jogamp] wrote:
> 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?
It is all there, i.e. via our own native -> java callback wrappers,
see
javax.media.opengl.GLDebugListener;
javax.media.opengl.GLDebugMessage;