Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/benfry/processing4
/ untexChild
Method
untexChild
core/src/processing/opengl/PShapeOpenGL.java:924–926 ·
view source on GitHub ↗
(boolean newValue)
Source
from the content-addressed store, hash-verified
922
923
924
protected
void
untexChild(boolean newValue) {
925
untexChild(newValue, null);
926
}
927
928
929
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