Login  Register

Re: RenderDoc - how?

Posted by hharrison on Oct 17, 2023; 5:25pm
URL: https://forum.jogamp.org/RenderDoc-how-tp4043038p4043073.html

I believe this is by design, why enforce reflection boundaries if loaded modules can just declare they want to open a hole for reflection. The enforced opens on the command line is explicitly in the user's face that they are weakening the encapsulation of the modules....no opinion on whether or not this is a good idea, just my understanding of the current situation and why they isn't a mechanism for modules to open up other modules in this way.

Harvey