* @desc Deletes the Texture
()
| 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}`); |
no outgoing calls
no test coverage detected