* @desc Clones the Texture * @returns {Texture}
()
| 52 | * @returns {Texture} |
| 53 | */ |
| 54 | clone() { |
| 55 | throw new Error(`Not implemented on ${this.constructor.name}`); |
| 56 | } |
| 57 | |
| 58 | /** |
| 59 | * @desc Deletes the Texture |
no outgoing calls
no test coverage detected