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

Method clearStencil

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

Source from the content-addressed store, hash-verified

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
3345 ///////////////////////////////////////////////////////////

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected