* @desc Builds the Kernel, by compiling Fragment and Vertical Shaders, * and instantiates the program. * @abstract
()
| 273 | * @abstract |
| 274 | */ |
| 275 | build() { |
| 276 | throw new Error(`"build" not defined on ${ this.constructor.name }`); |
| 277 | } |
| 278 | |
| 279 | /** |
| 280 | * @desc Run the kernel program, and send the output to renderOutput |
no outgoing calls
no test coverage detected