Login  Register

RenderDoc - how?

Posted by imakerobots on Oct 12, 2023; 3:11pm
URL: https://forum.jogamp.org/RenderDoc-how-tp4043038.html

Hey all.  I'm running jogamp 2.5.0 in my app.  Because of a visual glitch, people suggested I run RenderDoc to capture frames and analyze what's going on under the hood.

RenderDoc says it won't help me because of calls to unsupported functions glPushClientAttrib and glPopClientAttrib.  I have searched my code base and find neither call.  I also don't find anything ending in *ClientAttrib or starting with glPush* or glPop*.  Is it possible this call is in jogamp 2.5.0?  How do I make this work?

The profile being created on my system is GL4bc.

Thank you!

Screenshot_2023-10-12_081223.png
Screenshot_2023-10-12_081414.png