@Environment(value=CLIENT) public class GlDebug extends Object
Modifier and Type | Field and Description |
---|---|
private static List<Integer> |
ARB_VERBOSITY_LEVELS |
protected static ByteBuffer |
byteBuffer |
private static Map<Integer,String> |
CONSTANTS |
private static Map<String,List<String>> |
field_4923 |
protected static FloatBuffer |
floatBuffer |
protected static IntBuffer |
intBuffer |
private static List<Integer> |
KHR_VERBOSITY_LEVELS |
private static Logger |
LOGGER |
private static Joiner |
NEWLINE_JOINER |
private static Joiner |
SEMICOLON_JOINER |
Constructor and Description |
---|
GlDebug() |
Modifier and Type | Method and Description |
---|---|
static void |
enableDebug(int verbosity,
boolean sync) |
private static String |
getSeverity(int opcode) |
private static String |
getSource(int opcode) |
private static String |
getType(int opcode) |
private static void |
info(int source,
int type,
int id,
int severity,
int int2,
long long2,
long long3) |
private static void |
registerConstant(int constant,
String description) |
private static String |
unknown(int opcode) |
private static final Logger LOGGER
protected static final ByteBuffer byteBuffer
protected static final FloatBuffer floatBuffer
protected static final IntBuffer intBuffer
private static final Joiner NEWLINE_JOINER
private static final Joiner SEMICOLON_JOINER
private static String unknown(int opcode)
private static String getSource(int opcode)
private static String getType(int opcode)
private static String getSeverity(int opcode)
private static void info(int source, int type, int id, int severity, int int2, long long2, long long3)
private static void registerConstant(int constant, String description)
public static void enableDebug(int verbosity, boolean sync)