Skip to content

Commit

Permalink
Update Vulkan SDK packages (#2418)
Browse files Browse the repository at this point in the history
  • Loading branch information
SirLynix authored Aug 11, 2023
1 parent 3815a05 commit 5620781
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions packages/g/glslang/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ package("glslang")
add_versions("1.3.236+0", "77551c429f86c0e077f26552b7c1c0f12a9f235e")
add_versions("1.3.239+0", "ca8d07d0bc1c6390b83915700439fa7719de6a2a")
add_versions("1.3.246+1", "14e5a04e70057972eef8a40df422e30a3b70e4b5")
add_versions("1.3.250+1", "d1517d64cfca91f573af1bf7341dc3a5113349c0")

add_patches("1.3.246+1", "https://github.com/KhronosGroup/glslang/commit/1e4955adbcd9b3f5eaf2129e918ca057baed6520.patch", "47893def550f1684304ef7c49da38f0a8fe35c190a3452d3bf58370b3ee7165d")

Expand Down
1 change: 1 addition & 0 deletions packages/s/spirv-headers/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ package("spirv-headers")
add_versions("1.3.236+0", "4d74c685fdd74469eba7c224dd671a0cb27df45fc9aa43cdd90e53bd4f2b2b78")
add_versions("1.3.239+0", "fdaf6670e311cd1c08ae90bf813e89dd31630205bc60030ffd25fb0af39b51fe")
add_versions("1.3.246+1", "71668e18ef7b318b06f8c466f46abad965b2646eaa322594cd015c2ac87133e6")
add_versions("1.3.250+1", "d5f8c4b7906baf9c51aedbbb2dd942009e8658e3340c6e64699518666a03e043")

add_deps("cmake")
on_install(function (package)
Expand Down
3 changes: 2 additions & 1 deletion packages/v/vulkan-headers/xmake.lua
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
package("vulkan-headers")

set_kind("library", {headeronly = true})
set_homepage("https://github.com/KhronosGroup/Vulkan-Headers/")
set_description("Vulkan Header files and API registry")
set_license("Apache-2.0")

add_urls("https://github.com/KhronosGroup/Vulkan-Headers/archive/$(version).tar.gz", {version = function (version) return version:startswith("v") and version or "sdk-" .. version:gsub("%+", ".") end})

-- when adding a new sdk version, please also update vulkan-loader, spirv-headers, glslang and volk packages
add_versions("1.3.250+1", "e5b563a415e73725bcf471b7e3e837804ed3703b47cce4553db5e7e73821c5ee")
add_versions("1.3.246+1", "f9fa6a05ac1e059cd6f8f3a21705fb5bc093743d97315b7acf3bc20921abc27c")
add_versions("1.3.239+0", "865fa8e8e8314fcca60777a92f50bd0cf612205a36e719d6975482d3366f619e")
Expand Down
2 changes: 1 addition & 1 deletion packages/v/vulkan-loader/xmake.lua
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package("vulkan-loader")

set_homepage("https://github.com/KhronosGroup/Vulkan-Loader")
set_description("This project provides the Khronos official Vulkan ICD desktop loader for Windows, Linux, and MacOS.")
set_license("Apache-2.0")

add_urls("https://github.com/KhronosGroup/Vulkan-Loader/archive/sdk-$(version).tar.gz", {version = function (version) return version:gsub("%+", ".") end})
add_versions("1.3.250+1", "b982ec5fae9af6364816a7c5fcf4d3e5c29bfdca35f4b12ee1f90e492e41adc2")
add_versions("1.3.246+1", "5ffb79b83ec539233ee793dd3c50aa241bd9bd67103d45d3f4b657f1620b7553")
add_versions("1.3.239+0", "fa2078408793b2173f174173a8784de56b6bbfbcb5fb958a07e46ef126c7eada")
add_versions("1.3.236+0", "157d2230b50bb5be3ef9b9467aa90d1c109d5f188a49b11f741246d7ca583bf3")
Expand Down

0 comments on commit 5620781

Please sign in to comment.