11 ms·
See https://news.ycombinator.com/item?id=40952182#40957959 https://news.ycombinator.com/item?id=40952182#40957959 It's early but my current since WGSL -> SPIRV
by austinvhuang 2y ago
See https://news.ycombinator.com/item?id=40952182#40957959 https://news.ycombinator.com/item?id=40952182#40957959
It's early but my current since WGSL -> SPIRV is fairly shallow mapping you should be able to get close modulo extensions. Extensions can be important though, in particular I'm tracking this closely:
https://github.com/gpuweb/gpuweb/issues/4195 https://github.com/gpuweb/gpuweb/issues/4195
One subgoal of gpu.cpp is to be able to have a canvas to experiment and see how far we can push the limits.