public final class EXTDrawBuffers2
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static 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,
java.nio.ByteBuffer data) |
static int |
glGetIntegerIndexedEXT(int value,
int index)
Overloads glGetIntegerIndexedvEXT.
|
static void |
glGetIntegerIndexedEXT(int value,
int index,
java.nio.IntBuffer data) |
static boolean |
glIsEnabledIndexedEXT(int target,
int index) |
public static void glColorMaskIndexedEXT(int buf, boolean r, boolean g, boolean b, boolean a)
public static void glGetBooleanIndexedEXT(int value, int index, java.nio.ByteBuffer data)
public static boolean glGetBooleanIndexedEXT(int value, int index)
public static void glGetIntegerIndexedEXT(int value, int index, java.nio.IntBuffer data)
public static int glGetIntegerIndexedEXT(int value, int index)
public static void glEnableIndexedEXT(int target, int index)
public static void glDisableIndexedEXT(int target, int index)
public static boolean glIsEnabledIndexedEXT(int target, int index)
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.