Package net.minecraft.client.gl
Class GlDebug
java.lang.Object
net.minecraft.client.gl.GlDebug
@Environment(CLIENT) public class GlDebug extends Object
-
Field Summary
Fields Modifier and Type Field Description private static List<Integer>ARB_VERBOSITY_LEVELSprotected static ByteBufferbyteBufferprivate static Map<Integer,String>CONSTANTSprivate static Map<String,List<String>>field_4923protected static FloatBufferfloatBufferprotected static IntBufferintBufferprivate static List<Integer>KHR_VERBOSITY_LEVELSprivate static LoggerLOGGERprivate static JoinerNEWLINE_JOINERprivate static JoinerSEMICOLON_JOINER -
Constructor Summary
Constructors Constructor Description GlDebug() -
Method Summary
Modifier and Type Method Description static voidenableDebug(int verbosity, boolean sync)static StringgetSeverity(int opcode)static StringgetSource(int opcode)static StringgetType(int opcode)private static voidinfo(int source, int type, int id, int severity, int int2, long long2, long long3)private static voidregisterConstant(int constant, String description)private static Stringunknown(int opcode)
-
Field Details
-
LOGGER
-
byteBuffer
-
floatBuffer
-
intBuffer
-
NEWLINE_JOINER
-
SEMICOLON_JOINER
-
CONSTANTS
-
KHR_VERBOSITY_LEVELS
-
ARB_VERBOSITY_LEVELS
-
field_4923
-
-
Constructor Details
-
GlDebug
public GlDebug()
-
-
Method Details
-
unknown
-
getSource
-
getType
-
getSeverity
-
info
private static void info(int source, int type, int id, int severity, int int2, long long2, long long3) -
registerConstant
-
enableDebug
public static void enableDebug(int verbosity, boolean sync)
-