gpu.js/test/features/precompile-kernel-obj.js
Robert Plummer b2df0ab604 fix #316
Change `HTMLImageArray` render strategy to `gl.NEAREST`, like all the others
Let `WebGL2FunctionNode` extend `WebGLFunctionNode` and lighten
Remove all the different html pages associated with tests, and just use one file to handle them and use qunit for filtering them
Bump version number
2018-06-12 14:07:41 -04:00

5 lines
75 B
JavaScript

QUnit.test( "GPUCore loaded", function() {
QUnit.assert.ok(GPUCore);
});