Package org.lwjgl.opengl
Class EXTSecondaryColor
- java.lang.Object
-
- org.lwjgl.opengl.EXTSecondaryColor
-
public final class EXTSecondaryColor extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
GL_COLOR_SUM_EXT
static int
GL_CURRENT_SECONDARY_COLOR_EXT
static int
GL_SECONDARY_COLOR_ARRAY_EXT
static int
GL_SECONDARY_COLOR_ARRAY_POINTER_EXT
static int
GL_SECONDARY_COLOR_ARRAY_SIZE_EXT
static int
GL_SECONDARY_COLOR_ARRAY_STRIDE_EXT
static int
GL_SECONDARY_COLOR_ARRAY_TYPE_EXT
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
glSecondaryColor3bEXT(byte red, byte green, byte blue)
static void
glSecondaryColor3dEXT(double red, double green, double blue)
static void
glSecondaryColor3fEXT(float red, float green, float blue)
static void
glSecondaryColor3ubEXT(byte red, byte green, byte blue)
static void
glSecondaryColorPointerEXT(int size, boolean unsigned, int stride, java.nio.ByteBuffer pPointer)
static void
glSecondaryColorPointerEXT(int size, int type, int stride, long pPointer_buffer_offset)
static void
glSecondaryColorPointerEXT(int size, int stride, java.nio.DoubleBuffer pPointer)
static void
glSecondaryColorPointerEXT(int size, int stride, java.nio.FloatBuffer pPointer)
-
-
-
Field Detail
-
GL_COLOR_SUM_EXT
public static final int GL_COLOR_SUM_EXT
- See Also:
- Constant Field Values
-
GL_CURRENT_SECONDARY_COLOR_EXT
public static final int GL_CURRENT_SECONDARY_COLOR_EXT
- See Also:
- Constant Field Values
-
GL_SECONDARY_COLOR_ARRAY_SIZE_EXT
public static final int GL_SECONDARY_COLOR_ARRAY_SIZE_EXT
- See Also:
- Constant Field Values
-
GL_SECONDARY_COLOR_ARRAY_TYPE_EXT
public static final int GL_SECONDARY_COLOR_ARRAY_TYPE_EXT
- See Also:
- Constant Field Values
-
GL_SECONDARY_COLOR_ARRAY_STRIDE_EXT
public static final int GL_SECONDARY_COLOR_ARRAY_STRIDE_EXT
- See Also:
- Constant Field Values
-
GL_SECONDARY_COLOR_ARRAY_POINTER_EXT
public static final int GL_SECONDARY_COLOR_ARRAY_POINTER_EXT
- See Also:
- Constant Field Values
-
GL_SECONDARY_COLOR_ARRAY_EXT
public static final int GL_SECONDARY_COLOR_ARRAY_EXT
- See Also:
- Constant Field Values
-
-
Method Detail
-
glSecondaryColor3bEXT
public static void glSecondaryColor3bEXT(byte red, byte green, byte blue)
-
glSecondaryColor3fEXT
public static void glSecondaryColor3fEXT(float red, float green, float blue)
-
glSecondaryColor3dEXT
public static void glSecondaryColor3dEXT(double red, double green, double blue)
-
glSecondaryColor3ubEXT
public static void glSecondaryColor3ubEXT(byte red, byte green, byte blue)
-
glSecondaryColorPointerEXT
public static void glSecondaryColorPointerEXT(int size, int stride, java.nio.DoubleBuffer pPointer)
-
glSecondaryColorPointerEXT
public static void glSecondaryColorPointerEXT(int size, int stride, java.nio.FloatBuffer pPointer)
-
glSecondaryColorPointerEXT
public static void glSecondaryColorPointerEXT(int size, boolean unsigned, int stride, java.nio.ByteBuffer pPointer)
-
glSecondaryColorPointerEXT
public static void glSecondaryColorPointerEXT(int size, int type, int stride, long pPointer_buffer_offset)
-
-