MCPcopy Index your code
hub / github.com/gpujs/gpu.js / build

Method build

src/backend/kernel.js:275–277  ·  view source on GitHub ↗

* @desc Builds the Kernel, by compiling Fragment and Vertical Shaders, * and instantiates the program. * @abstract

()

Source from the content-addressed store, hash-verified

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

Callers 6

argumentTypesTestFunction · 0.95
testMutableLeakFunction · 0.45
threeDFunction · 0.45
toStringFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected