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

Method clear

core/src/processing/opengl/PGL.java:3400–3400  ·  view source on GitHub ↗
(int buf)

Source from the content-addressed store, hash-verified

3398 public abstract void clearDepth(float d);
3399 public abstract void clearStencil(int s);
3400 public abstract void clear(int buf);
3401
3402 ///////////////////////////////////////////////////////////
3403

Callers 10

clearDepthStencilMethod · 0.95
clearBackgroundMethod · 0.95
beginRenderMethod · 0.95
endRenderMethod · 0.95
createFBOLayerMethod · 0.95
consumeUniformsMethod · 0.45
tessellateMethod · 0.45
tessellateImplMethod · 0.45
restoreFirstFrameMethod · 0.45
initMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected