MCPcopy 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

addChildMethod · 0.95
removeChildMethod · 0.95

Calls 1

hasTextureMethod · 0.95

Tested by

no test coverage detected