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

Method onUpdateValueMismatch

src/backend/web-gl/kernel.js:376–381  ·  view source on GitHub ↗
(constructor)

Source from the content-addressed store, hash-verified

374 return this.constantTextureCount + textureIndexes++;
375 };
376 const onUpdateValueMismatch = (constructor) => {
377 this.switchKernels({
378 type: 'argumentMismatch',
379 needed: constructor
380 });
381 };
382 const onRequestContextHandle = () => {
383 return gl.TEXTURE0 + this.constantTextureCount + this.argumentTextureCount++;
384 };

Callers 14

updateValueMethod · 0.80
updateValueMethod · 0.80
updateValueMethod · 0.80
updateValueMethod · 0.80
updateValueMethod · 0.80
updateValueMethod · 0.80
updateValueMethod · 0.80
updateValueMethod · 0.80
updateValueMethod · 0.80
updateValueMethod · 0.80
updateValueMethod · 0.80
updateValueMethod · 0.80

Calls 1

switchKernelsMethod · 0.80

Tested by

no test coverage detected