mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-04 14:07:52 +00:00
Removed Sys.NULL
This commit is contained in:
parent
80cf5b1dcc
commit
3f18bd15c4
3 changed files with 0 additions and 28 deletions
|
|
@ -102,7 +102,6 @@ public final class Sys {
|
|||
} finally {
|
||||
DEBUG = _debug;
|
||||
initialize();
|
||||
// NULL = nGetNULLValue();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -129,11 +128,6 @@ public final class Sys {
|
|||
setTime(0);
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the native NULL constant value
|
||||
*/
|
||||
// private static native ByteBuffer nGetNULLValue();
|
||||
|
||||
/**
|
||||
* Create a buffer representing an integer index. Use it with functions that in C can take
|
||||
* both a pointer and an integer argument, like the ARB_vertex_buffer_object extension specifies
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue