Package org.lwjgl.opengl
Class EXTSecondaryColor
java.lang.Object
org.lwjgl.opengl.EXTSecondaryColor
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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, ByteBuffer pPointer) static void
glSecondaryColorPointerEXT
(int size, int type, int stride, long pPointer_buffer_offset) static void
glSecondaryColorPointerEXT
(int size, int stride, DoubleBuffer pPointer) static void
glSecondaryColorPointerEXT
(int size, int stride, FloatBuffer pPointer)
-
Field Details
-
GL_COLOR_SUM_EXT
public static final int GL_COLOR_SUM_EXT- See Also:
-
GL_CURRENT_SECONDARY_COLOR_EXT
public static final int GL_CURRENT_SECONDARY_COLOR_EXT- See Also:
-
GL_SECONDARY_COLOR_ARRAY_SIZE_EXT
public static final int GL_SECONDARY_COLOR_ARRAY_SIZE_EXT- See Also:
-
GL_SECONDARY_COLOR_ARRAY_TYPE_EXT
public static final int GL_SECONDARY_COLOR_ARRAY_TYPE_EXT- See Also:
-
GL_SECONDARY_COLOR_ARRAY_STRIDE_EXT
public static final int GL_SECONDARY_COLOR_ARRAY_STRIDE_EXT- See Also:
-
GL_SECONDARY_COLOR_ARRAY_POINTER_EXT
public static final int GL_SECONDARY_COLOR_ARRAY_POINTER_EXT- See Also:
-
GL_SECONDARY_COLOR_ARRAY_EXT
public static final int GL_SECONDARY_COLOR_ARRAY_EXT- See Also:
-
-
Method Details
-
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
-
glSecondaryColorPointerEXT
-
glSecondaryColorPointerEXT
public static void glSecondaryColorPointerEXT(int size, boolean unsigned, int stride, ByteBuffer pPointer) -
glSecondaryColorPointerEXT
public static void glSecondaryColorPointerEXT(int size, int type, int stride, long pPointer_buffer_offset)
-