Package org.lwjgl.opengl
Class NVTextureEnvCombine4
- java.lang.Object
-
- org.lwjgl.opengl.NVTextureEnvCombine4
-
public final class NVTextureEnvCombine4 extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
GL_COMBINE4_NV
static int
GL_OPERAND3_ALPHA_NV
static int
GL_OPERAND3_RGB_NV
static int
GL_SOURCE3_ALPHA_NV
static int
GL_SOURCE3_RGB_NV
-
-
-
Field Detail
-
GL_COMBINE4_NV
public static final int GL_COMBINE4_NV
- See Also:
- Constant Field Values
-
GL_SOURCE3_RGB_NV
public static final int GL_SOURCE3_RGB_NV
- See Also:
- Constant Field Values
-
GL_SOURCE3_ALPHA_NV
public static final int GL_SOURCE3_ALPHA_NV
- See Also:
- Constant Field Values
-
GL_OPERAND3_RGB_NV
public static final int GL_OPERAND3_RGB_NV
- See Also:
- Constant Field Values
-
GL_OPERAND3_ALPHA_NV
public static final int GL_OPERAND3_ALPHA_NV
- See Also:
- Constant Field Values
-
-