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

Method setTactic

src/backend/kernel.js:728–731  ·  view source on GitHub ↗

* * @param {Tactic} tactic * @return {this}

(tactic)

Source from the content-addressed store, hash-verified

726 * @return {this}
727 */
728 setTactic(tactic) {
729 this.tactic = tactic;
730 return this;
731 }
732
733 requestFallback(args) {
734 if (!this.onRequestFallback) {

Callers 3

speedTestFunction · 0.80
balancedTestFunction · 0.80
precisionTestFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected