Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ untexChild
Method
untexChild
core/src/processing/opengl/PShapeOpenGL.java:919–921 ·
view source on GitHub ↗
(boolean newValue)
Source
from the content-addressed store, hash-verified
917
918
919
protected
void
untexChild(boolean newValue) {
920
untexChild(newValue, null);
921
}
922
923
924
protected
void
untexChild(boolean newValue, PShapeOpenGL caller) {
Callers
2
addChild
Method · 0.95
removeChild
Method · 0.95
Calls
1
hasTexture
Method · 0.95
Tested by
no test coverage detected