MCPcopy 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

_handleResizeMethod · 0.95
removeMethod · 0.95

Calls 1

Tested by

no test coverage detected