Skip to content

Commit

Permalink
Bump glslang to 12.1.0. (Windows, Android)
Browse files Browse the repository at this point in the history
  • Loading branch information
James2022-rgb committed Jan 25, 2024
1 parent db8ae10 commit 38d9d1d
Show file tree
Hide file tree
Showing 138 changed files with 624 additions and 38,980 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ build = "src/build.rs"
thiserror = "1.0"
bitflags = "1.3"
scopeguard = "1.1"
once_cell = "1.17.1"

[build-dependencies]
env_logger = "0.9"
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ Motivation

glslang Version
----------------------------
[12.1.0](https://github.com/KhronosGroup/glslang/releases/tag/12.1.0)
https://github.com/KhronosGroup/glslang/commit/14e5a04e70057972eef8a40df422e30a3b70e4b5
[14.0.0](https://github.com/KhronosGroup/glslang/releases/tag/14.0.0)
https://github.com/KhronosGroup/glslang/commit/a91631b260cba3f22858d6c6827511e636c2458a

Build target support
----------------------------
| | Windows | Linux |
| ------------------------ | ------------------ | ------------------ |
| x86_64-pc-windows-msvc | :white_check_mark: | |
| aarch64-linux-android | :white_check_mark: | |
| x86_64-unknown-linux-gnu | | :white_check_mark: |
| x86_64-pc-windows-msvc | | |
| aarch64-linux-android | | |
| x86_64-unknown-linux-gnu | | |

Remarks
----------------------------
Expand Down
2 changes: 1 addition & 1 deletion known_good.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"name": "glslang",
"url": "https://github.com/KhronosGroup/glslang.git",
"commit": "14e5a04e70057972eef8a40df422e30a3b70e4b5"
"commit": "a91631b260cba3f22858d6c6827511e636c2458a"
}
]
}

This file was deleted.

142 changes: 0 additions & 142 deletions prebuilt/aarch64-linux-android/include/glslang/HLSL/hlslGrammar.h

This file was deleted.

69 changes: 0 additions & 69 deletions prebuilt/aarch64-linux-android/include/glslang/HLSL/hlslOpMap.h

This file was deleted.

Loading

0 comments on commit 38d9d1d

Please sign in to comment.