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

Method getSignature

src/backend/gl/kernel.js:143–145  ·  view source on GitHub ↗
(kernel, argumentTypes)

Source from the content-addressed store, hash-verified

141 }
142
143 static getSignature(kernel, argumentTypes) {
144 return kernel.getVariablePrecisionString() + (argumentTypes.length > 0 ? ':' + argumentTypes.join(',') : '');
145 }
146
147 /**
148 * @desc Fix division by factor of 3 FP accuracy bug

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected