Class Summary |
BufferChecks |
A class to check buffer boundaries in general. |
BufferUtils |
Some often-used Buffer code for creating native buffers of the appropriate size. |
LWJGLUtil |
Internal library methods |
NondirectBufferWrapper |
Utility class to cache thread local direct buffers so when we are passed a non-direct buffer,
we can put its contents into a cached direct buffer and use that at the native side instead. |
PointerBuffer |
This class is a container for architecture independent pointer data. |
PointerWrapperAbstract |
Base PointerWrapper implementation. |
Sys |
System class (named Sys so as not to conflict with java.lang.System) |