Reflection and disassembly tool for SPIR-V binary shader code
Performing reflection and disassembling SPIR-V
spirv-cross$ spirv-cross --output output.txt shader.spv$ spirv-cross --output shader.glsl --language glsl shader.spv$ spirv-cross shader.spv