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

Method bindFrontTexture

core/src/processing/opengl/PGL.java:562–568  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

560
561
562 protected void bindFrontTexture() {
563 usingFrontTex = true;
564 if (!texturingIsEnabled(TEXTURE_2D)) {
565 enableTexturing(TEXTURE_2D);
566 }
567 bindTexture(TEXTURE_2D, glColorTex.get(frontTex));
568 }
569
570
571 protected void unbindFrontTexture() {

Callers 1

setCommonUniformsMethod · 0.45

Calls 4

texturingIsEnabledMethod · 0.95
enableTexturingMethod · 0.95
bindTextureMethod · 0.95
getMethod · 0.65

Tested by

no test coverage detected