Package org.lwjgl.opengl
Class EXTSeparateSpecularColor
- java.lang.Object
-
- org.lwjgl.opengl.EXTSeparateSpecularColor
-
public final class EXTSeparateSpecularColor extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
GL_LIGHT_MODEL_COLOR_CONTROL_EXT
static int
GL_SEPARATE_SPECULAR_COLOR_EXT
static int
GL_SINGLE_COLOR_EXT
-
-
-
Field Detail
-
GL_SINGLE_COLOR_EXT
public static final int GL_SINGLE_COLOR_EXT
- See Also:
- Constant Field Values
-
GL_SEPARATE_SPECULAR_COLOR_EXT
public static final int GL_SEPARATE_SPECULAR_COLOR_EXT
- See Also:
- Constant Field Values
-
GL_LIGHT_MODEL_COLOR_CONTROL_EXT
public static final int GL_LIGHT_MODEL_COLOR_CONTROL_EXT
- See Also:
- Constant Field Values
-
-