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

Update SPV_GOOGLE_user_type based on spec #253

Closed cassiebeckley closed 7 months ago

cassiebeckley commented 7 months ago

The spec for SPV_GOOGLE_user_type was recently updated – see https://github.com/KhronosGroup/SPIRV-Registry/pull/230. This handles all types listed in the spec, as well as allowing types with template parameters after a colon.

@spencer-lunarg fyi