This commit is contained in:
sainagh
2025-11-26 10:25:55 -06:00
parent 03a46a005c
commit 032d39f529
993 changed files with 40012 additions and 11910 deletions
+15 -8
View File
@@ -30,26 +30,33 @@ general {
I:tileEntityCachedBoundingBoxUpdateInterval=100
opengldebugoutput {
# Enable/Disable crashing when an OpenGL error occurs. If disabled OpenGL errors are likely to go unnoticed unless the log is checked manually.
B:crashOnError=false
# Better debugging of OpenGL errors. Might not be supported by your hardware/driver.
B:enabled=false
# Enable/Disable logging of high severity non-error messages. (You probably never want to enable this as a normal user)
B:logHighSeverity=false
# Enable/Disable logging of low severity non-error messages. (You probably never want to enable this as a normal user)
B:logLowSeverity=false
# Enable/Disable logging of medium severity non-error messages. (You probably never want to enable this as a normal user)
B:logMediumSeverity=false
# Enable/Disable logging of notification severity non-error messages. (You probably never want to enable this as a normal user)
B:logNotificationSeverity=false
# Enable/Disable appending of the stack trace when logging a debug message.
# Valid values:
# DISABLED
# ALWAYS
# ERRORS_ONLY
S:logStackTrace=ERRORS_ONLY
# Enable/Disable debug messages matching the specified filters.
# Format: 'source, type, severity, enabled'
# Valid source values: [ ANY, API, WINDOW_SYSTEM, SHADER_COMPILER, THIRD_PARTY, APPLICATION, OTHER ]
# Valid type values: [ ANY, ERROR, DEPRECATED_BEHAVIOR, UNDEFINED_BEHAVIOR, PORTABILITY, PERFORMANCE, MARKER, PUSH_GROUP, POP_GROUP, OTHER ]
# Valid severity values: [ ANY, HIGH, MEDIUM, LOW, NOTIFICATION ]
S:messageFilters <
ANY;ERROR;ANY;true
>
# May be required by some systems to generate OpenGL debug output. (Enabling might have a negative impact on performance)
B:setContextDebugBit=false
}