lwjgl2-arm64/src/java/org/lwjgl/opengl/ATIVertexStreams.java

58 lines
2.1 KiB
Java
Raw Normal View History

/* MACHINE GENERATED FILE, DO NOT EDIT */
2004-02-08 21:41:00 +01:00
package org.lwjgl.opengl;
2002-08-30 23:30:40 +02:00
import org.lwjgl.LWJGLException;
import org.lwjgl.BufferChecks;
import java.nio.*;
2004-02-19 00:54:46 +01:00
public final class ATIVertexStreams {
2004-11-25 23:20:45 +01:00
public static final int GL_VERTEX_STREAM7_ATI = 0x8774;
public static final int GL_VERTEX_STREAM6_ATI = 0x8773;
public static final int GL_VERTEX_STREAM5_ATI = 0x8772;
public static final int GL_VERTEX_STREAM4_ATI = 0x8771;
public static final int GL_VERTEX_STREAM3_ATI = 0x8770;
public static final int GL_VERTEX_STREAM2_ATI = 0x876f;
public static final int GL_VERTEX_STREAM1_ATI = 0x876e;
public static final int GL_VERTEX_STREAM0_ATI = 0x876d;
public static final int GL_VERTEX_SOURCE_ATI = 0x876c;
public static final int GL_MAX_VERTEX_STREAMS_ATI = 0x876b;
private ATIVertexStreams() {
}
static native void initNativeStubs() throws LWJGLException;
public static native void glVertexBlendEnviATI(int pname, int param);
2004-11-25 23:20:45 +01:00
public static native void glVertexBlendEnvfATI(int pname, float param);
2004-11-25 23:20:45 +01:00
public static native void glClientActiveVertexStreamATI(int stream);
2004-11-25 23:20:45 +01:00
public static native void glNormalStream3sATI(int stream, short x, short y, short z);
2004-11-25 23:20:45 +01:00
public static native void glNormalStream3iATI(int stream, int x, int y, int z);
2004-11-25 23:20:45 +01:00
public static native void glNormalStream3fATI(int stream, float x, float y, float z);
2004-11-25 23:20:45 +01:00
public static native void glNormalStream3bATI(int stream, byte x, byte y, byte z);
2004-11-25 23:20:45 +01:00
public static native void glVertexStream4sATI(int stream, short x, short y, short z, short w);
2004-11-25 23:20:45 +01:00
public static native void glVertexStream4iATI(int stream, int x, int y, int z, int w);
public static native void glVertexStream4fATI(int stream, float x, float y, float z, float w);
2004-11-25 23:20:45 +01:00
public static native void glVertexStream3sATI(int stream, short x, short y, short z);
2004-11-25 23:20:45 +01:00
public static native void glVertexStream3iATI(int stream, int x, int y, int z);
2004-11-25 23:20:45 +01:00
public static native void glVertexStream3fATI(int stream, float x, float y, float z);
2004-11-25 23:20:45 +01:00
public static native void glVertexStream2sATI(int stream, short x, short y);
2004-11-25 23:20:45 +01:00
public static native void glVertexStream2iATI(int stream, int x, int y);
2004-11-25 23:20:45 +01:00
public static native void glVertexStream2fATI(int stream, float x, float y);
2003-08-17 18:38:57 +02:00
}