Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/processing/p5.js
/ deleteTexture
Method
deleteTexture
src/webgl/p5.RendererGL.js:1238–1240 ·
view source on GitHub ↗
({ texture })
Source
from the content-addressed store, hash-verified
1236
}
1237
1238
deleteTexture({ texture }) {
1239
this.GL.deleteTexture(texture);
1240
}
1241
1242
1243
/**
Callers
2
remove
Method · 0.45
_deleteFramebufferTexture
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected