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

File kernel.js

test/internal/kernel.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const { assert, test, module: describe, skip } = require('qunit');
2const { GPU, CPUKernel, WebGLKernel, WebGL2Kernel, HeadlessGLKernel, Kernel } = require('../../src');
3
4describe('internal: kernel');

Callers

nothing calls this directly

Calls 10

argumentTypesTestFunction · 0.85
setUniform1fTestFunction · 0.85
setUniform1iTestFunction · 0.85
setUniform2fTestFunction · 0.85
setUniform2fvTestFunction · 0.85
setUniform3fvTestFunction · 0.85
setUniform4ivTestFunction · 0.85
setUniform4fvTestFunction · 0.85
toStringMethod · 0.45

Tested by

no test coverage detected