Package org.lwjgl.opengl
Class EXTDrawBuffers2
java.lang.Object
org.lwjgl.opengl.EXTDrawBuffers2
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
glColorMaskIndexedEXT
(int buf, boolean r, boolean g, boolean b, boolean a) static void
glDisableIndexedEXT
(int target, int index) static void
glEnableIndexedEXT
(int target, int index) static boolean
glGetBooleanIndexedEXT
(int value, int index) Overloads glGetBooleanIndexedvEXT.static void
glGetBooleanIndexedEXT
(int value, int index, ByteBuffer data) static int
glGetIntegerIndexedEXT
(int value, int index) Overloads glGetIntegerIndexedvEXT.static void
glGetIntegerIndexedEXT
(int value, int index, IntBuffer data) static boolean
glIsEnabledIndexedEXT
(int target, int index)
-
Method Details
-
glColorMaskIndexedEXT
public static void glColorMaskIndexedEXT(int buf, boolean r, boolean g, boolean b, boolean a) -
glGetBooleanIndexedEXT
-
glGetBooleanIndexedEXT
public static boolean glGetBooleanIndexedEXT(int value, int index) Overloads glGetBooleanIndexedvEXT. -
glGetIntegerIndexedEXT
-
glGetIntegerIndexedEXT
public static int glGetIntegerIndexedEXT(int value, int index) Overloads glGetIntegerIndexedvEXT. -
glEnableIndexedEXT
public static void glEnableIndexedEXT(int target, int index) -
glDisableIndexedEXT
public static void glDisableIndexedEXT(int target, int index) -
glIsEnabledIndexedEXT
public static boolean glIsEnabledIndexedEXT(int target, int index)
-