Login  Register

Re: PBO-VBO Usage Hints Warnings

Posted by Sven Gothel on Jun 08, 2015; 5:04pm
URL: https://forum.jogamp.org/PBO-VBO-Usage-Hints-Warnings-tp4034603p4034618.html

On 06/08/2015 11:14 AM, gouessej [via jogamp] wrote:
> In my humble opinion, there is nothing wrong in the debug messages above but
> you should follow Xerxes' advise if you really want us to run your code on our
> machines to check whether there is something not working as expected.

Yup.

With general debug enabled, i.e. '-Djogl.debug.DebugGL',
the GL debug context is chosen and all messages are being dumped to stderr.
Those messages are of verbose nature (like the ones you have shown)
critical or even error cases.

For manual fine grained control of the GL debug context,
have a look at the unit test:
   com.jogamp.opengl.test.junit.jogl.acore.TestGLDebug01NEWT

~Sven



signature.asc (828 bytes) Download Attachment