Skip to content

Commit 3d7fd89

Browse files
authored
[glslang] Update to 16.1.0 (#48575)
1 parent 50cb05a commit 3d7fd89

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

ports/glslang/portfile.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ vcpkg_from_github(
44
OUT_SOURCE_PATH SOURCE_PATH
55
REPO KhronosGroup/glslang
66
REF "${VERSION}"
7-
SHA512 8ba7e5f73746b221ff39387282e2d929d1142c60d1c79019f4c21c84b105fb59253e88f2f649a25e9bb7ab01094e455f002c7412aeea882548fac4a426eee809
7+
SHA512 bcd0604f0a4a1a17ae207b90daeb9031d5c473968d331baf487acbc0f38871a0a82d2b20d274389f9988735e8dcd3fe4d2c2bd1513c77d031c8253c66424dbc4
88
HEAD_REF master
99
)
1010

@@ -46,7 +46,7 @@ endif()
4646
vcpkg_copy_pdbs()
4747

4848
if(ENABLE_GLSLANG_BINARIES)
49-
vcpkg_copy_tools(TOOL_NAMES glslang glslangValidator spirv-remap AUTO_CLEAN)
49+
vcpkg_copy_tools(TOOL_NAMES glslang glslangValidator AUTO_CLEAN)
5050
endif()
5151

5252
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")

ports/glslang/vcpkg.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "glslang",
3-
"version": "15.1.0",
3+
"version": "16.1.0",
44
"description": "Khronos-reference front end for GLSL/ESSL, partial front end for HLSL, and a SPIR-V generator.",
55
"homepage": "https://github.com/KhronosGroup/glslang",
66
"license": "Apache-2.0 AND BSD-3-Clause AND MIT AND GPL-3.0-or-later",
@@ -25,8 +25,8 @@
2525
"description": "Build with dynamic typeinfo"
2626
},
2727
"tools": {
28-
"description": "Build the glslangValidator and spirv-remap binaries",
29-
"supports": "!ios"
28+
"description": "Build the glslang binaries",
29+
"supports": "!android & !ios"
3030
}
3131
}
3232
}

versions/baseline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3385,7 +3385,7 @@
33853385
"port-version": 3
33863386
},
33873387
"glslang": {
3388-
"baseline": "15.1.0",
3388+
"baseline": "16.1.0",
33893389
"port-version": 0
33903390
},
33913391
"glui": {

versions/g-/glslang.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"versions": [
3+
{
4+
"git-tree": "979a04a1f3893a86dde72b1bdf9efa1d79f1c1db",
5+
"version": "16.1.0",
6+
"port-version": 0
7+
},
38
{
49
"git-tree": "218e34707c9d9c77a6c853ac61f9df9fb91e2555",
510
"version": "15.1.0",

0 commit comments

Comments
 (0)