MCPcopy Index your code
hub / github.com/benfry/processing4 / depthMask

Method depthMask

core/src/processing/opengl/PGL.java:3394–3394  ·  view source on GitHub ↗
(boolean mask)

Source from the content-addressed store, hash-verified

3392
3393 public abstract void colorMask(boolean r, boolean g, boolean b, boolean a);
3394 public abstract void depthMask(boolean mask);
3395 public abstract void stencilMask(int mask);
3396 public abstract void stencilMaskSeparate(int face, int mask);
3397 public abstract void clearColor(float r, float g, float b, float a);

Callers 7

clearDepthStencilMethod · 0.95
drawTexture2DMethod · 0.95
drawTextureRectMethod · 0.95
restoreGLMethod · 0.45
hintMethod · 0.45
filterMethod · 0.45
setGLSettingsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected