* @desc Destroys all memory associated with this kernel * @param {Boolean} [removeCanvasReferences] remove any associated canvas references
(removeCanvasReferences)
| 768 | * @param {Boolean} [removeCanvasReferences] remove any associated canvas references |
| 769 | */ |
| 770 | destroy(removeCanvasReferences) { |
| 771 | throw new Error(`"destroy" called on ${ this.constructor.name }`); |
| 772 | } |
| 773 | |
| 774 | /** |
| 775 | * bit storage ratio of source to target 'buffer', i.e. if 8bit array -> 32bit tex = 4 |
no outgoing calls
no test coverage detected