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

Method contextIsOutdated

core/src/processing/opengl/PShader.java:960–966  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

958
959
960 protected boolean contextIsOutdated() {
961 boolean outdated = !pgl.contextIsCurrent(context);
962 if (outdated) {
963 dispose();
964 }
965 return outdated;
966 }
967
968
969

Callers 5

initMethod · 0.95
textLineImplMethod · 0.45
loadTextureImplMethod · 0.45
filterMethod · 0.45
copyMethod · 0.45

Calls 2

disposeMethod · 0.95
contextIsCurrentMethod · 0.80

Tested by

no test coverage detected