MCPcopy Create free account
hub / github.com/gpujs/gpu.js / getFeatures

Method getFeatures

src/backend/kernel.js:24–26  ·  view source on GitHub ↗

* @type {IKernelFeatures} * Used internally to populate the kernel.feature, which is a getter for the output of this value

()

Source from the content-addressed store, hash-verified

22 * Used internally to populate the kernel.feature, which is a getter for the output of this value
23 */
24 static getFeatures() {
25 throw new Error(`"getFeatures" not implemented on ${ this.name }`);
26 }
27
28 static destroyContext(context) {
29 throw new Error(`"destroyContext" called on ${ this.name }`);

Callers 1

testGetFeaturesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected