StereoKit / sk_gpu

Cross-platform single header graphics library for StereoKit, in progress. Works with OpenXR on Desktop, HoloLens, and Quest.
MIT License
33 stars 7 forks source link

Evaluate glslang for HLSL->SPIR-V #17

Open maluoi opened 3 years ago

maluoi commented 3 years ago

Glslang theoretically can also compile HLSL to SPIR-V. It claims to be a partial implementation, but the list looks pretty complete to me!

Glslang also happens to be smaller, and significantly easier to build/use as a dependency. If the output it generates is usable by StereoKit, I'd take it in a heartbeat!