Package org.lwjgl.opengl
Class EXTDrawBuffers2
- java.lang.Object
-
- org.lwjgl.opengl.EXTDrawBuffers2
-
public final class EXTDrawBuffers2 extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidglColorMaskIndexedEXT(int buf, boolean r, boolean g, boolean b, boolean a)static voidglDisableIndexedEXT(int target, int index)static voidglEnableIndexedEXT(int target, int index)static booleanglGetBooleanIndexedEXT(int value, int index)Overloads glGetBooleanIndexedvEXT.static voidglGetBooleanIndexedEXT(int value, int index, ByteBuffer data)static intglGetIntegerIndexedEXT(int value, int index)Overloads glGetIntegerIndexedvEXT.static voidglGetIntegerIndexedEXT(int value, int index, IntBuffer data)static booleanglIsEnabledIndexedEXT(int target, int index)
-
-
-
Method Detail
-
glColorMaskIndexedEXT
public static void glColorMaskIndexedEXT(int buf, boolean r, boolean g, boolean b, boolean a)
-
glGetBooleanIndexedEXT
public static void glGetBooleanIndexedEXT(int value, int index, ByteBuffer data)
-
glGetBooleanIndexedEXT
public static boolean glGetBooleanIndexedEXT(int value, int index)Overloads glGetBooleanIndexedvEXT.
-
glGetIntegerIndexedEXT
public static void glGetIntegerIndexedEXT(int value, int index, IntBuffer data)
-
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)
-
-