Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
constructor
Method · 0.95
init
Method · 0.95
update
Method · 0.95
setWebGLTextureParams
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected