Skip to content

Commit

Permalink
build: Update SPIRV-Tools and glslang to latest
Browse files Browse the repository at this point in the history
SPIRV-Headers has not changed.
  • Loading branch information
jeremyg-lunarg committed Apr 4, 2024
1 parent 3492699 commit 8d76cd4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion layers/vulkan/generated/spirv_tools_commit_id.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@

#pragma once

#define SPIRV_TOOLS_COMMIT_ID "fe7bae090629f64115eb41aa8c41df419cef9159"
#define SPIRV_TOOLS_COMMIT_ID "58ab8baf72d5abeff0b56e075fde714b16507b75"
4 changes: 2 additions & 2 deletions scripts/known_good.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"-DSPIRV_SKIP_TESTS=ON",
"-DSPIRV_SKIP_EXECUTABLES=OFF"
],
"commit": "fe7bae090629f64115eb41aa8c41df419cef9159"
"commit": "58ab8baf72d5abeff0b56e075fde714b16507b75"
},
{
"name": "robin-hood-hashing",
Expand Down Expand Up @@ -95,7 +95,7 @@
"sub_dir": "glslang",
"build_dir": "glslang/build",
"install_dir": "glslang/build/install",
"commit": "8c0199c4fd186b2e4d736335d0e26fec34e30726",
"commit": "8a3ea594c76c154493ade0948f1ea64a2f9d2e75",
"cmake_options": [
"-DENABLE_OPT=OFF"
],
Expand Down

0 comments on commit 8d76cd4

Please sign in to comment.