MCPcopy Index your code
hub / github.com/benfry/processing4 / disableTexturing

Method disableTexturing

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

Source from the content-addressed store, hash-verified

1202
1203
1204 protected void disableTexturing(int target) {
1205 if (target == TEXTURE_2D) {
1206 texturingTargets[0] = false;
1207 } else if (target == TEXTURE_RECTANGLE) {
1208 texturingTargets[1] = false;
1209 }
1210 }
1211
1212
1213 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