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

Method clear

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

Source from the content-addressed store, hash-verified

3341 public abstract void clearDepth(float d);
3342 public abstract void clearStencil(int s);
3343 public abstract void clear(int buf);
3344
3345 ///////////////////////////////////////////////////////////
3346

Callers 12

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
setIconMethod · 0.45
setProcessingIconMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected