Package org.lwjgl

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.
Sys System class (named Sys so as not to conflict with java.lang.System)
 

Exception Summary
LWJGLException This exception is supplied to make exception handling more generic for LWJGL specific exceptions
 



Copyright © 2002-2009 lwjgl.org. All Rights Reserved.