Package com.mojang.blaze3d.platform
Class GlDebug
java.lang.Object
com.mojang.blaze3d.platform.GlDebug
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static final intprivate static booleanprivate static GlDebug.LogEntryprivate static final org.slf4j.Loggerprivate static final Queue<GlDebug.LogEntry>
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidenableDebugCallback(int p_84050_, boolean p_84051_) static booleanprivate static voidprintDebugLog(int p_84039_, int p_84040_, int p_84041_, int p_84042_, int p_84043_, long p_84044_, long p_84045_) private static StringprintUnknownToken(int p_84037_) static StringseverityToString(int p_84060_) static StringsourceToString(int p_84056_) static StringtypeToString(int p_84058_) 
- 
Field Details- 
LOGGERprivate static final org.slf4j.Logger LOGGER
- 
CIRCULAR_LOG_SIZEprivate static final int CIRCULAR_LOG_SIZE- See Also:
 
- 
MESSAGE_BUFFER
- 
lastEntry
- 
DEBUG_LEVELS
- 
DEBUG_LEVELS_ARB
- 
debugEnabledprivate static boolean debugEnabled
 
- 
- 
Constructor Details- 
GlDebugpublic GlDebug()
 
- 
- 
Method Details- 
printUnknownToken
- 
sourceToString
- 
typeToString
- 
severityToString
- 
printDebugLogprivate static void printDebugLog(int p_84039_, int p_84040_, int p_84041_, int p_84042_, int p_84043_, long p_84044_, long p_84045_) 
- 
getLastOpenGlDebugMessages
- 
isDebugEnabledpublic static boolean isDebugEnabled()
- 
enableDebugCallbackpublic static void enableDebugCallback(int p_84050_, boolean p_84051_) 
 
-