google / shaderc

A collection of tools, libraries, and tests for Vulkan shader compilation.
Other
1.83k stars 356 forks source link

Adapt test to different error message from SPIRV-Tools #1364

Closed dneto0 closed 1 year ago

dneto0 commented 1 year ago

Update SPIRV-Tools

The SPIRV-Tools message has changed, for the case when a capability was used that is not appropriate to the current target environment.

dneto0 commented 1 year ago

Error message changed due to https://github.com/KhronosGroup/SPIRV-Tools/pull/5370