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

Method bindFrontTexture

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

Source from the content-addressed store, hash-verified

601
602
603 protected void bindFrontTexture() {
604 usingFrontTex = true;
605 if (!texturingIsEnabled(TEXTURE_2D)) {
606 enableTexturing(TEXTURE_2D);
607 }
608 bindTexture(TEXTURE_2D, glColorTex.get(frontTex));
609 }
610
611
612 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