#Get uniform info from spirv shader binary?
4 messages · Page 1 of 1 (latest)
Here's the guide on getting the resources of a spirv file using the SPIRV-cross API reflection (vulkan): https://github.com/KhronosGroup/SPIRV-Cross/wiki/Reflection-API-user-guide#mapping-reflection-output-to-vulkan-cheat-sheet
GitHub
SPIRV-Cross is a practical tool and library for performing reflection on SPIR-V and disassembling SPIR-V back to high level languages. - KhronosGroup/SPIRV-Cross