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

Method clearDepth

core/src/processing/opengl/PGL.java:3341–3341  ·  view source on GitHub ↗
(float d)

Source from the content-addressed store, hash-verified

3339 public abstract void stencilMaskSeparate(int face, int mask);
3340 public abstract void clearColor(float r, float g, float b, float a);
3341 public abstract void clearDepth(float d);
3342 public abstract void clearStencil(int s);
3343 public abstract void clear(int buf);
3344

Callers 5

clearDepthStencilMethod · 0.95
clearBackgroundMethod · 0.95
endRenderMethod · 0.95
createFBOLayerMethod · 0.95
clearMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected