KhronosGroup / SPIRV-Cross

SPIRV-Cross is a practical tool and library for performing reflection on SPIR-V and disassembling SPIR-V back to high level languages.
Apache License 2.0
1.96k stars 549 forks source link

How could I compile GLSL to SPIR-V? #2286

Closed cppbasketball closed 3 months ago

cdavis5e commented 4 months ago

Uhh... use glslang or shaderc?

This particular project is about decompiling or transpiling SPIR-V back to GLSL, HLSL, or Metal.

cppbasketball commented 3 months ago

Thank you very much, the problem has been solved.