Split general buffer checks into org.lwjgl.BufferChecks and the gl specific buffer checks into org.lwjgl.opengl.GLBufferChecks

This commit is contained in:
Elias Naur 2004-07-29 11:20:43 +00:00
parent 89a482e9ce
commit ad1ff19437
45 changed files with 369 additions and 269 deletions

View file

@ -38,6 +38,7 @@ import java.nio.IntBuffer;
import java.nio.ShortBuffer;
import org.lwjgl.LWJGLException;
import org.lwjgl.BufferChecks;
public final class ARBTextureCompression
{