MCPcopy
hub / github.com/processing/p5.js / unbindTexture

Method unbindTexture

src/webgl/p5.RendererGL.js:1171–1174  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1169 }
1170
1171 unbindTexture() {
1172 // unbind per above, disable texturing on glTarget
1173 this.GL.bindTexture(this.GL.TEXTURE_2D, null);
1174 }
1175
1176 _unbindFramebufferTexture(uniform) {
1177 // Make sure an empty texture is bound to the slot so that we don't

Callers 1

Calls 1

bindTextureMethod · 0.45

Tested by

no test coverage detected