Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ contextIsOutdated
Method
contextIsOutdated
core/src/processing/opengl/PShader.java:951–957 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
949
950
951
protected
boolean contextIsOutdated() {
952
boolean outdated = !pgl.contextIsCurrent(context);
953
if
(outdated) {
954
dispose();
955
}
956
return
outdated;
957
}
958
959
960
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