MCPcopy Index your code
hub / github.com/processing/processing / depthMask

Method depthMask

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

Source from the content-addressed store, hash-verified

3335
3336 public abstract void colorMask(boolean r, boolean g, boolean b, boolean a);
3337 public abstract void depthMask(boolean mask);
3338 public abstract void stencilMask(int mask);
3339 public abstract void stencilMaskSeparate(int face, int mask);
3340 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