Cleanup of unused imports

This commit is contained in:
Caspian Rychlik-Prince 2005-05-04 20:59:44 +00:00
parent 2d46f5580a
commit 200ed3792a
187 changed files with 347 additions and 497 deletions

View file

@ -2,9 +2,13 @@
package org.lwjgl.opengl;
import org.lwjgl.LWJGLException;
import java.nio.Buffer;
import java.nio.ByteBuffer;
import java.nio.FloatBuffer;
import java.nio.IntBuffer;
import java.nio.ShortBuffer;
import org.lwjgl.BufferChecks;
import java.nio.*;
public final class ATIVertexArrayObject {
public static final int GL_ARRAY_OBJECT_OFFSET_ATI = 0x8767;