Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/processing/p5.js
/ _deleteTextures
Method
_deleteTextures
src/webgl/p5.Framebuffer.js:442–444 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
440
}
441
442
_deleteTextures() {
443
this.renderer.deleteFramebufferTextures(this);
444
}
445
446
/**
447
* Creates
new
textures and renderbuffers given the current size of the
Callers
2
_handleResize
Method · 0.95
remove
Method · 0.95
Calls
1
deleteFramebufferTextures
Method · 0.45
Tested by
no test coverage detected