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

Parse name of specialization constants #251

Closed spencer-lunarg closed 7 months ago

spencer-lunarg commented 7 months ago

https://github.com/KhronosGroup/SPIRV-Reflect/pull/250 with addition fix to get the test working (cc @zbendefy this has your commit in it)

CLAassistant commented 7 months ago

CLA assistant check
All committers have signed the CLA.

zbendefy commented 7 months ago

@spencer-lunarg thanks a lot, I was just going to start fixing compute local sizes and updating the yamls, but this way its the best. :)

spencer-lunarg commented 7 months ago

@zbendefy I think the only thing left is for you to sign the CLA license (https://github.com/KhronosGroup/SPIRV-Reflect/pull/251#issuecomment-1925049990) in order to allow us to merge this

zbendefy commented 7 months ago

Thanks, I signed it!