MCPcopy Index your code
hub / github.com/processing/processing / disableTexturing

Method disableTexturing

core/src/processing/opengl/PGL.java:1161–1167  ·  view source on GitHub ↗
(int target)

Source from the content-addressed store, hash-verified

1159
1160
1161 protected void disableTexturing(int target) {
1162 if (target == TEXTURE_2D) {
1163 texturingTargets[0] = false;
1164 } else if (target == TEXTURE_RECTANGLE) {
1165 texturingTargets[1] = false;
1166 }
1167 }
1168
1169
1170 protected boolean texturingIsEnabled(int target) {

Callers 9

unbindFrontTextureMethod · 0.95
copyToTextureMethod · 0.95
drawTexture2DMethod · 0.95
drawTextureRectMethod · 0.95
setMethod · 0.45
setNativeMethod · 0.45
unbindMethod · 0.45
allocateMethod · 0.45
endMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected