SnowflakePowered / librashader

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

switch from shaderc to glslang #27

Closed chyyran closed 5 months ago

chyyran commented 6 months ago

We'll need to maintain bindings for glslang but that's fine, shaderc is too big and it's worth getting rid of CMake

chyyran commented 5 months ago

bumping this in prio because its the only real way to properly get working on the browser

(we'll need to re-export glslang emscripten through wasm_bindgen)