How could I compile GLSL to SPIR-V?
sheldonyancy opened this issue · 2 comments
sheldonyancy commented
How could I compile GLSL to SPIR-V?
cdavis5e commented
Uhh... use glslang
or shaderc
?
This particular project is about decompiling or transpiling SPIR-V back to GLSL, HLSL, or Metal.
sheldonyancy commented
Thank you very much, the problem has been solved.