Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ defaultGLPreambleTransparent
Method
defaultGLPreambleTransparent
src/main/java/fieldbox/Open.java:517–529 ·
view source on GitHub ↗
(int pass)
Source
from the content-addressed store, hash-verified
515
glDisable(GL11.GL_DEPTH_TEST);
516
if
(Main.os != Main.OS.mac) glEnable(GL13.GL_MULTISAMPLE);
517
518
return
true;
519
}
520
}
Callers
nothing calls this directly
Calls
9
getContext
Method · 0.95
getFrameBufferWidth
Method · 0.80
getFrameBufferHeight
Method · 0.80
glClearColor
Method · 0.80
glClear
Method · 0.80
glEnable
Method · 0.80
glBlendFunc
Method · 0.80
glDisable
Method · 0.80
set
Method · 0.65
Tested by
no test coverage detected