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

Method enableTexturing

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

Source from the content-addressed store, hash-verified

1150
1151
1152 protected void enableTexturing(int target) {
1153 if (target == TEXTURE_2D) {
1154 texturingTargets[0] = true;
1155 } else if (target == TEXTURE_RECTANGLE) {
1156 texturingTargets[1] = true;
1157 }
1158 }
1159
1160
1161 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