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

Method requestFallback

src/backend/kernel.js:733–739  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

731 }
732
733 requestFallback(args) {
734 if (!this.onRequestFallback) {
735 throw new Error(`"onRequestFallback" not defined on ${ this.constructor.name }`);
736 }
737 this.fallbackRequested = true;
738 return this.onRequestFallback(args);
739 }
740
741 /**
742 * @desc Validate settings

Callers 3

pickRenderStrategyMethod · 0.80
setupArgumentsMethod · 0.80
setupConstantsMethod · 0.80

Calls 1

onRequestFallbackMethod · 0.80

Tested by

no test coverage detected