We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24cff03 commit a038c05Copy full SHA for a038c05
src/test/java/imgui/Test_lwjgl.java
@@ -5,6 +5,7 @@
5
import imgui.impl.LwjglGL3;
6
import org.lwjgl.opengl.GL;
7
import uno.glfw.GlfwWindow;
8
+import static imgui.impl.CommonKt.setGlslVersion;
9
10
import static org.lwjgl.opengl.GL11.GL_COLOR_BUFFER_BIT;
11
import static org.lwjgl.opengl.GL11.glClear;
@@ -28,6 +29,7 @@ public void run() {
28
29
init();
30
31
// Setup ImGui binding
32
+ //setGlslVersion(330); // set here your desidered glsl version
33
Context ctx = new Context(null);
34
lwjglGL3.init(window, true);
35
0 commit comments