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