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 yaml generation for specialization constants #274

Closed geor-kasapidi closed 1 month ago

CLAassistant commented 2 months ago

CLA assistant check
All committers have signed the CLA.

spencer-lunarg commented 2 months ago

you will need to run python3 tests/build_golden_yaml.py to update the tests otherwise CI is just going to fail if I run it

geor-kasapidi commented 2 months ago

@spencer-lunarg done