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

Handle SpvOpBitcast in FindBaseId() #261

Closed corporateshark closed 5 months ago

corporateshark commented 5 months ago

A temporary fix for https://github.com/KhronosGroup/SPIRV-Reflect/issues/257 to unblock development.

CLAassistant commented 5 months ago

CLA assistant check
All committers have signed the CLA.

corporateshark commented 5 months ago

Closing as there seems to be a proper fix for this https://github.com/KhronosGroup/SPIRV-Reflect/pull/259.