Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/demoth/jake2
/ glDepthMask
Method
glDepthMask
client/src/main/java/jake2/client/render/opengl/QGL.java:53–53 ·
view source on GitHub ↗
(boolean flag)
Source
from the content-addressed store, hash-verified
51
void
glDepthFunc(
int
func);
52
53
void
glDepthMask(boolean flag);
54
55
void
glDepthRange(double zNear, double zFar);
56
Callers
6
glDepthMask
Method · 0.65
R_RenderDlights
Method · 0.65
R_DrawEntitiesOnList
Method · 0.65
GL_DrawParticles
Method · 0.65
R_DrawParticles
Method · 0.65
R_DrawBeam
Method · 0.65
Implementers
2
LwjglGL
client/src/main/java/jake2/client/rend
DummyGL
client/src/main/java/jake2/client/rend
Calls
no outgoing calls
Tested by
no test coverage detected