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

Method setupFeatureChecks

src/backend/gl/kernel.js:139–141  ·  view source on GitHub ↗

* @abstract

()

Source from the content-addressed store, hash-verified

137 * @abstract
138 */
139 static setupFeatureChecks() {
140 throw new Error(`"setupFeatureChecks" not defined on ${ this.name }`);
141 }
142
143 static getSignature(kernel, argumentTypes) {
144 return kernel.getVariablePrecisionString() + (argumentTypes.length > 0 ? ':' + argumentTypes.join(',') : '');

Callers 4

testGetFeaturesFunction · 0.45
index.jsFile · 0.45
index.jsFile · 0.45
index.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected