google / shaderc

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

Update glslang dep to include GLSL_NV_cooperative_matrix2 #1451

Closed jeffbolznv closed 2 weeks ago

BtbN commented 14 hours ago

This PR had leads to errors like the following:

shaderc/third_party/glslang/SPIRV/disassemble.cpp:341:8: error: 'uint32_t' does not name a type

This was fixed in https://github.com/KhronosGroup/glslang/commit/76cc41d26f6902de543773023611e40fbcdde58b so the dependency might need bumped again.