mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 06:25:46 +00:00
Add all functions that can be called platform independently.
This commit is contained in:
parent
0b746d6392
commit
da5f3d9577
1 changed files with 3 additions and 0 deletions
|
|
@ -451,9 +451,12 @@ public class IL {
|
|||
*/
|
||||
public static void create() throws LWJGLException {
|
||||
if (!created) {
|
||||
nCreate();
|
||||
IL.initNativeStubs();
|
||||
IL.ilInit();
|
||||
created = true;
|
||||
}
|
||||
}
|
||||
|
||||
public static native void nCreate();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue