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

Method enableTexturing

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

Source from the content-addressed store, hash-verified

1193
1194
1195 protected void enableTexturing(int target) {
1196 if (target == TEXTURE_2D) {
1197 texturingTargets[0] = true;
1198 } else if (target == TEXTURE_RECTANGLE) {
1199 texturingTargets[1] = true;
1200 }
1201 }
1202
1203
1204 protected void disableTexturing(int target) {

Callers 10

bindFrontTextureMethod · 0.95
unbindFrontTextureMethod · 0.95
copyToTextureMethod · 0.95
drawTexture2DMethod · 0.95
drawTextureRectMethod · 0.95
setMethod · 0.45
setNativeMethod · 0.45
bindMethod · 0.45
unbindMethod · 0.45
allocateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected