| Interface | Description |
|---|---|
| LWJGLUtil.TokenFilter |
Simple interface for Field filtering.
|
| PointerWrapper |
A common interface for classes that wrap pointer addresses.
|
| Class | Description |
|---|---|
| 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)
|
| Exception | Description |
|---|---|
| LWJGLException |
This exception is supplied to make exception handling more generic for LWJGL
specific exceptions
|
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.