shader-slang / slang

Making it easier to work with shaders
MIT License
1.78k stars 159 forks source link

There is no way to emit WGSL #4477

Open aleino-nv opened 3 days ago

aleino-nv commented 3 days ago

For the reasons described in issue 2454 (closed), it would be desirable to be able to emit WGSL (WebGPU Shading Language).

aleino-nv commented 3 days ago

I opened this issue since we've now decided to experiment with a WGSL back-end, and I'm now working on it.