diff options
| author | jsmall-nvidia <jsmall@nvidia.com> | 2022-07-21 17:10:14 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-21 17:10:14 -0400 |
| commit | 91c8c3f32c4b827dedc74d2ecdfe72a3403fc357 (patch) | |
| tree | 8bc50653dbc9ca839060d51ef597eebca9d0db49 /deps | |
| parent | d118134df5ae76fcc26626e771f4ca03a2fb43f1 (diff) | |
Upgrade SPIR-V Tools and GLSLANG (#2335)
* #include an absolute path didn't work - because paths were taken to always be relative.
* Upgrade of SPIR-V Tools
* Use slang-pack to get slang-glslang (previously was in slang-binaries)
Update slang-glslang used
Diffstat (limited to 'deps')
| -rw-r--r-- | deps/target-deps.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/deps/target-deps.json b/deps/target-deps.json index 861f18289..142265d2f 100644 --- a/deps/target-deps.json +++ b/deps/target-deps.json @@ -15,6 +15,20 @@ } }, { + "name" : "slang-glslang", + "baseUrl" : "https://github.com/shader-slang/slang-glslang/releases/download/v11.10.0/", + "optional" : true, + "packages" : + { + "windows-x86_64" : { "type" : "url", "path" : "slang-glslang-11.10.0-windows-x64-release.zip" }, + "windows-x86" : { "type": "url", "path" : "slang-glslang-11.10.0-windows-win32-release.zip" }, + "linux-x86_64" : { "type": "url", "path" : "slang-glslang-11.10.0-linux-x64-release.zip" }, + "linux-x86" : { "type": "url", "path" : "slang-glslang-11.10.0-linux-x86-release.zip" }, + "macosx-x86_64" : { "type": "url", "path" : "slang-glslang-11.10.0-macosx-x86_64-release.zip" }, + "windows-aarch64" : { "type" : "url", "path" : "slang-glslang-11.10.0-windows-aarch64-release.zip" } + } + }, + { "name" : "dxc", "type" : "submodule" }, |
