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

Method noClip

core/src/processing/opengl/PGraphicsOpenGL.java:2159–2166  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2157
2158
2159 @Override
2160 public void noClip() {
2161 if (clip) {
2162 flush();
2163 pgl.disable(PGL.SCISSOR_TEST);
2164 clip = false;
2165 }
2166 }
2167
2168
2169 //////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls 2

flushMethod · 0.95
disableMethod · 0.45

Tested by

no test coverage detected