SnowflakePowered / librashader

RetroArch Shaders for All
Mozilla Public License 2.0
77 stars 7 forks source link

Switch shader compiler to naga #8

Closed chyyran closed 6 months ago

chyyran commented 1 year ago

Ideally we would want to move away from shaderc at the very least because of its GIL, and potentially even SPIR-V Cross for speed potential and the nicety of being in pure Rust.

Blocking on https://github.com/gfx-rs/wgpu/issues/4342

chyyran commented 6 months ago

naga’s GLSL parser is years behind and does not seem to be a viable path forward.