Package org.lwjgl.opengl
Class NVRegisterCombiners2
- java.lang.Object
-
- org.lwjgl.opengl.NVRegisterCombiners2
-
public final class NVRegisterCombiners2 extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
GL_PER_STAGE_CONSTANTS_NV
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
glCombinerStageParameterNV(int stage, int pname, java.nio.FloatBuffer params)
static void
glGetCombinerStageParameterNV(int stage, int pname, java.nio.FloatBuffer params)
-
-
-
Field Detail
-
GL_PER_STAGE_CONSTANTS_NV
public static final int GL_PER_STAGE_CONSTANTS_NV
- See Also:
- Constant Field Values
-
-