glslang: Restrict to 64-bit (#4277)

* glslang: Restrict to 64-bit

It works only on 64-bit Windows.

* glslang: Fix JSON error
This commit is contained in:
ISHIKAWA Takayuki 2022-12-31 20:15:37 +09:00 committed by GitHub
parent 09bc8d7d13
commit a2a213c0f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,8 +6,12 @@
"identifier": "Freeware,MIT,...", "identifier": "Freeware,MIT,...",
"url": "https://github.com/KhronosGroup/glslang/blob/master/LICENSE.txt" "url": "https://github.com/KhronosGroup/glslang/blob/master/LICENSE.txt"
}, },
"url": "https://github.com/KhronosGroup/glslang/releases/download/8.13.3559/glslang-master-windows-x64-Release.zip", "architecture": {
"hash": "e4bffacd4a75e1e150c0cf19d5020cfa6893386a1e6dd14ef6426789859eab88", "64bit": {
"url": "https://github.com/KhronosGroup/glslang/releases/download/8.13.3559/glslang-master-windows-x64-Release.zip",
"hash": "e4bffacd4a75e1e150c0cf19d5020cfa6893386a1e6dd14ef6426789859eab88"
}
},
"bin": [ "bin": [
"bin\\glslangValidator.exe", "bin\\glslangValidator.exe",
"bin\\spirv-remap.exe" "bin\\spirv-remap.exe"