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

Add nullptr-check to prevent segfault. #272

Closed fabian-lunarg closed 2 months ago

fabian-lunarg commented 2 months ago
fabian-lunarg commented 2 months ago

this hotfix became obsolete, instead use https://github.com/KhronosGroup/SPIRV-Reflect/pull/273