Skip to content

Commit

Permalink
Fix broken build
Browse files Browse the repository at this point in the history
Fixes KhronosGroup#5503

* SPIRV-Headers name change broke the build
  * Update SPIRV-Headers deps and fix
  • Loading branch information
alan-baker committed Dec 11, 2023
1 parent d75b3cf commit a61935e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ vars = {
'protobuf_revision': 'v21.12',

're2_revision': '7e0c1a9e2417e70e5f0efc323267ac71d1fa0685',
'spirv_headers_revision': 'cca08c63cefa129d082abca0302adcb81610b465',
'spirv_headers_revision': '1c6bb2743599e6eb6f37b2969acc0aef812e32e3',
}

deps = {
Expand Down
2 changes: 1 addition & 1 deletion test/enum_set_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ constexpr std::array kCapabilities{
spv::Capability::GroupNonUniformRotateKHR,
spv::Capability::AtomicFloat32AddEXT,
spv::Capability::AtomicFloat64AddEXT,
spv::Capability::LongConstantCompositeINTEL,
spv::Capability::LongCompositesINTEL,
spv::Capability::OptNoneINTEL,
spv::Capability::AtomicFloat16AddEXT,
spv::Capability::DebugInfoModuleINTEL,
Expand Down

0 comments on commit a61935e

Please sign in to comment.