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

Method clearDepth

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

Source from the content-addressed store, hash-verified

3396 public abstract void stencilMaskSeparate(int face, int mask);
3397 public abstract void clearColor(float r, float g, float b, float a);
3398 public abstract void clearDepth(float d);
3399 public abstract void clearStencil(int s);
3400 public abstract void clear(int buf);
3401

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