Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DGVPSH/SlackOpen
/ severe
Method
severe
src/main/java/net/optifine/shaders/SMCLog.java:11–14 ·
view source on GitHub ↗
(String message)
Source
from the content-addressed store, hash-verified
9
private
static
final
String PREFIX =
"[Shaders] "
;
10
11
public
static
void
severe(String message)
12
{
13
LOGGER.error(
"[Shaders] "
+ message);
14
}
15
16
public
static
void
warning(String message)
17
{
Callers
15
loadConfig
Method · 0.95
storeConfig
Method · 0.95
checkGLError
Method · 0.95
printChatAndLogError
Method · 0.95
setupProgram
Method · 0.95
createVertShader
Method · 0.95
createGeomShader
Method · 0.95
createFragShader
Method · 0.95
update
Method · 0.95
parseProgramConditions
Method · 0.95
parseAlphaStates
Method · 0.95
parseAlphaState
Method · 0.95
Calls
2
format
Method · 0.65
error
Method · 0.45
Tested by
no test coverage detected