KhronosGroup / SPIRV-Reflect

SPIRV-Reflect is a lightweight library that provides a C/C++ reflection API for SPIR-V shader bytecode in Vulkan applications.
Apache License 2.0
685 stars 148 forks source link

Add Explorer example #235

Closed spencer-lunarg closed 11 months ago

spencer-lunarg commented 11 months ago

There are times I find it I want to just pass in a SPIR-V file and use my debugger to explorer the SpvReflectShaderModule object to understand how to find info throughout it.