Package com.mojang.blaze3d.opengl
Class GlDebug
java.lang.Object
com.mojang.blaze3d.opengl.GlDebug
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final int
private GlDebug.LogEntry
private static final org.slf4j.Logger
private final Queue
<GlDebug.LogEntry> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GlDebug
enableDebugCallback
(int p_409766_, boolean p_410437_, Set<String> p_411056_) private void
printDebugLog
(int p_410152_, int p_410087_, int p_409829_, int p_410103_, int p_409957_, long p_410749_, long p_410653_) private static String
printUnknownToken
(int p_410480_) static String
severityToString
(int p_410462_) static String
sourceToString
(int p_410830_) static String
typeToString
(int p_410610_)
-
Field Details
-
LOGGER
private static final org.slf4j.Logger LOGGER -
CIRCULAR_LOG_SIZE
private static final int CIRCULAR_LOG_SIZE- See Also:
-
MESSAGE_BUFFER
-
lastEntry
-
DEBUG_LEVELS
-
DEBUG_LEVELS_ARB
-
-
Constructor Details
-
GlDebug
public GlDebug()
-
-
Method Details
-
printUnknownToken
-
sourceToString
-
typeToString
-
severityToString
-
printDebugLog
private void printDebugLog(int p_410152_, int p_410087_, int p_409829_, int p_410103_, int p_409957_, long p_410749_, long p_410653_) -
getLastOpenGlDebugMessages
-
enableDebugCallback
-