Update SPIRV-Headers
authorPaul Thomson <paulthomson@google.com>
Mon, 25 Oct 2021 18:41:00 +0000 (19:41 +0100)
committerMatthew Netsch <quic_mnetsch@quicinc.com>
Fri, 29 Oct 2021 15:45:03 +0000 (15:45 +0000)
The SPIRV-Headers version for vulkan-cts-1.2.6 was ahead of 1.2.7. This
change brings SPIRV-Headers in 1.2.7 up to the same version.

Components: Vulkan
Change-Id: Ifff93c5251183d3a6ee3ef3f508e88274332116f

external/fetch_sources.py

index 350daf9..35ff926 100644 (file)
@@ -328,7 +328,7 @@ PACKAGES = [
        GitRepo(
                "https://github.com/KhronosGroup/SPIRV-Headers.git",
                None,
-               "cf653e4ca4858583802b0d1656bc934edff6bd7f",
+               "449bc986ba6f4c5e10e32828783f9daef2a77644",
                "spirv-headers"),
        GitRepo(
                "https://github.com/google/amber.git",