A complete 3D game development suite written purely in Java.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
jmonkeyengine/jme3-lwjgl3/src/main/java/com/jme3/system/lwjgl
MeFisto94 2379cfba77
Merge pull request #1276 from MeFisto94/fix-gldebug
5 years ago
..
LwjglContext.java Use a reflection-based approach to call checkError() after every call to the openGL API to reduce Code Duplication and increase Maintainability, while also fixing the regression caused by GLDebugDesktop extending from GLDebugES and thus making the Renderer think it is on mobile. 5 years ago
LwjglDisplay.java Added copyright headers to some files. 10 years ago
LwjglGLDebugOutputHandler.java refactored and upgraed lwjgl3 module. 7 years ago
LwjglOffscreenBuffer.java for prev commit 8 years ago
LwjglWindow.java Fix for resizing the window (issue 1191) (#1308) 5 years ago