Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
init
Method · 0.95
textLineImpl
Method · 0.45
loadTextureImpl
Method · 0.45
filter
Method · 0.45
copy
Method · 0.45
Calls
2
dispose
Method · 0.95
contextIsCurrent
Method · 0.80
Tested by
no test coverage detected