MCPcopy Index your code
hub / github.com/processing/p5.js / unbindTexture

Method unbindTexture

src/webgl/p5.Texture.js:286–288  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

284 }
285
286 unbindTexture () {
287 this._renderer.unbindTexture();
288 }
289
290 getTexture() {
291 if (this.isFramebufferTexture) {

Callers 2

initMethod · 0.95
setWebGLTextureParamsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected