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

Method onRequestContextHandle

src/backend/web-gl/kernel.js:382–384  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

380 });
381 };
382 const onRequestContextHandle = () => {
383 return gl.TEXTURE0 + this.constantTextureCount + this.argumentTextureCount++;
384 };
385
386 for (let index = 0; index < args.length; index++) {
387 const value = args[index];

Callers 1

setupTextureMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected