tonihele / OpenKeeper

Dungeon Keeper II remake
GNU General Public License v3.0
428 stars 41 forks source link

enable GL debug names for RenderDoc #461

Closed Trass3r closed 2 weeks ago

Trass3r commented 2 weeks ago

This is normally enabled via isGraphicsDebug: https://github.com/jMonkeyEngine/jmonkeyengine/blob/3ab36478ec59b7f8d6af271ca11ab26100df00ad/jme3-lwjgl3/src/main/java/com/jme3/system/lwjgl/LwjglContext.java#L250

%USERHOME\.OpenKeeper\openkeeper.properties

GraphicsDebug(bool)=true
Renderer(string)=LWJGL-OpenGL45

https://github.com/search?q=repo%3AjMonkeyEngine/jmonkeyengine%20isGraphicsDebug&type=code But that setting also enables checking of all GL calls and there are errors on some drivers which prevent it from starting: https://github.com/jMonkeyEngine/jmonkeyengine/issues/1996