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
672 stars 147 forks source link

Fix runtime array of BufferDeviceAddresses #273

Closed spencer-lunarg closed 1 month ago

spencer-lunarg commented 2 months ago

closes https://github.com/KhronosGroup/SPIRV-Reflect/issues/271

@fabian-lunarg the fix was even more stupid simple then you might have imagined... added test case and your shader in issue works now as well