MCPcopy 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

glDepthMaskMethod · 0.65
R_RenderDlightsMethod · 0.65
R_DrawEntitiesOnListMethod · 0.65
GL_DrawParticlesMethod · 0.65
R_DrawParticlesMethod · 0.65
R_DrawBeamMethod · 0.65

Implementers 2

LwjglGLclient/src/main/java/jake2/client/rend
DummyGLclient/src/main/java/jake2/client/rend

Calls

no outgoing calls

Tested by

no test coverage detected