mirror of
https://github.com/gpujs/gpu.js.git
synced 2026-01-25 16:08:02 +00:00
feat: Parse GLSL and get return type and argument types feat: Properly look up native function return types and cast if needed feat: Properly look up native function argument types and cast if needed fix: Move this.chooseKernel() to beginning of GPU instantiation As well as test all the above