Fixed generator to not include checkALerror.h

This commit is contained in:
Elias Naur 2005-05-05 10:02:45 +00:00
parent 200ed3792a
commit 523a5c6fc2
122 changed files with 300 additions and 197 deletions

View file

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