mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-08 16:04:39 +00:00
New Window class, and major changes to Display
This commit is contained in:
parent
bb2d3d472d
commit
796b84c3d1
9 changed files with 389 additions and 132 deletions
|
|
@ -7,6 +7,7 @@
|
|||
package org.lwjgl.test;
|
||||
|
||||
import org.lwjgl.*;
|
||||
import org.lwjgl.opengl.BaseGL;
|
||||
|
||||
/**
|
||||
* @author Brian
|
||||
|
|
@ -43,6 +44,6 @@ public class WindowCreationTest {
|
|||
|
||||
System.out.println("Display created");
|
||||
|
||||
Display.destroy();
|
||||
BaseGL.destroy();
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue