MCPcopy Create free account
hub / github.com/gpujs/gpu.js / delete

Method delete

src/texture.js:61–63  ·  view source on GitHub ↗

* @desc Deletes the Texture

()

Source from the content-addressed store, hash-verified

59 * @desc Deletes the Texture
60 */
61 delete() {
62 throw new Error(`Not implemented on ${this.constructor.name}`);
63 }
64
65 clear() {
66 throw new Error(`Not implemented on ${this.constructor.name}`);

Calls

no outgoing calls

Tested by

no test coverage detected