Skip to content

Commit

Permalink
Add support for rtti in glslang port (microsoft#32541)
Browse files Browse the repository at this point in the history
Co-authored-by: Martijn Otto <[email protected]>
  • Loading branch information
omartijn and martijn-resolume authored Aug 7, 2023
1 parent af5230d commit ec183f8
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions ports/glslang/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ vcpkg_from_github(
vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
FEATURES
tools ENABLE_GLSLANG_BINARIES
rtti ENABLE_RTTI
)

if (ENABLE_GLSLANG_BINARIES)
Expand Down
4 changes: 4 additions & 0 deletions ports/glslang/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "glslang",
"version": "12.2.0",
"port-version": 1,
"description": "Khronos-reference front end for GLSL/ESSL, partial front end for HLSL, and a SPIR-V generator.",
"homepage": "https://github.com/KhronosGroup/glslang",
"license": "Apache-2.0 AND BSD-3-Clause AND MIT AND GPL-3.0-or-later",
Expand All @@ -15,6 +16,9 @@
}
],
"features": {
"rtti": {
"description": "Build with dynamic typeinfo"
},
"tools": {
"description": "Build the glslangValidator and spirv-remap binaries",
"supports": "!ios"
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2930,7 +2930,7 @@
},
"glslang": {
"baseline": "12.2.0",
"port-version": 0
"port-version": 1
},
"glui": {
"baseline": "2019-11-30",
Expand Down
5 changes: 5 additions & 0 deletions versions/g-/glslang.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "796a20fde44858a311783328a0555813894631bb",
"version": "12.2.0",
"port-version": 1
},
{
"git-tree": "aaa917d7743ac6e466f2d4ecf20b5745cd44fe98",
"version": "12.2.0",
Expand Down

0 comments on commit ec183f8

Please sign in to comment.