MCPcopy
hub / github.com/processing/p5.js / _deleteFramebufferTexture

Method _deleteFramebufferTexture

src/webgl/p5.RendererGL.js:1656–1660  ·  view source on GitHub ↗
(texture)

Source from the content-addressed store, hash-verified

1654 }
1655
1656 _deleteFramebufferTexture(texture) {
1657 const gl = this.GL;
1658 gl.deleteTexture(texture.rawTexture().texture);
1659 this.textures.delete(texture);
1660 }
1661
1662 deleteFramebufferTextures(framebuffer) {
1663 this._deleteFramebufferTexture(framebuffer.color)

Callers 1

Calls 3

rawTextureMethod · 0.80
deleteMethod · 0.80
deleteTextureMethod · 0.45

Tested by

no test coverage detected