mirror of
https://github.com/gpujs/gpu.js.git
synced 2026-01-18 16:04:10 +00:00
fix: move `GLKernel.fixIntegerDivisionAccuracy` to `Kernel.fixIntegerDivisionAccuracy` as it has to do with typing fix: FunctionTracer 'ConditionalExpression' needed `ast.test` test: Add test for FunctionTracer 'ConditionalExpression' `ast.test` usage fix: division type handling with `Kernel.fixIntegerDivisionAccuracy` true test: Add test for division handling with and without `Kernel.fixIntegerDivisionAccuracy` true