]> zoso.dev Git - nano-pow.git/commit
Convert eight sequential rounds of vec2 G mixing into parallelized four rounds of...
authorChris Duncan <chris@zoso.dev>
Mon, 3 Feb 2025 23:15:59 +0000 (15:15 -0800)
committerChris Duncan <chris@zoso.dev>
Mon, 3 Feb 2025 23:15:59 +0000 (15:15 -0800)
commit71fc2d8c5a2603168fceb2b904394902d093afc4
treeb360142c44eaf784aac597119f674d6875e50484
parent735ff84a27818788a2e0e2a8ecff5cedf9108c3f
Convert eight sequential rounds of vec2 G mixing into parallelized four rounds of vec4 G. Read threshold direct from uniform to save a redundant assignment. Fix test page validation executing on every single input event. Delete benchmark file since it is completely outdated. Delete bundle to be reuploaded after tweaking new build. Update comment documentation.
benchmarks.md [deleted file]
main.min.js [deleted file]
src/shaders/compute.wgsl
test.html