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

Method bindTexture

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

Source from the content-addressed store, hash-verified

279 }
280
281 bindTexture() {
282 this._renderer.bindTexture(this);
283 return this;
284 }
285
286 unbindTexture () {
287 this._renderer.unbindTexture();

Callers 4

constructorMethod · 0.95
initMethod · 0.95
updateMethod · 0.95
setWebGLTextureParamsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected