From 266dc667485b38e16877cb9868873619e1b263e9 Mon Sep 17 00:00:00 2001 From: jsmall-nvidia Date: Wed, 15 Feb 2023 16:02:11 -0500 Subject: Upgrade to GLSLANG 12.0.0 binaries (#2652) * #include an absolute path didn't work - because paths were taken to always be relative. * Upgrade GLSLANG binaries to 12.0.0 --- deps/target-deps.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/deps/target-deps.json b/deps/target-deps.json index 7d5ac3b0b..b8edc8006 100644 --- a/deps/target-deps.json +++ b/deps/target-deps.json @@ -16,16 +16,16 @@ }, { "name" : "slang-glslang", - "baseUrl" : "https://github.com/shader-slang/slang-glslang/releases/download/v11.12.0-32/", + "baseUrl" : "https://github.com/shader-slang/slang-glslang/releases/download/v12.0.0/slang-glslang-12.0.0-", "optional" : true, "packages" : { - "windows-x86_64" : { "type" : "url", "path" : "slang-glslang-11.12.0-32-windows-x64-release.zip" }, - "windows-x86" : { "type": "url", "path" : "slang-glslang-11.12.0-32-windows-win32-release.zip" }, - "linux-x86_64" : { "type": "url", "path" : "slang-glslang-11.12.0-32-linux-x64-release.zip" }, - "linux-x86" : { "type": "url", "path" : "slang-glslang-11.12.0-32-linux-x86-release.zip" }, - "macosx-x86_64" : { "type": "url", "path" : "slang-glslang-11.12.0-32-macosx-x86_64-release.zip" }, - "windows-aarch64" : { "type" : "url", "path" : "slang-glslang-11.12.0-32-windows-aarch64-release.zip" } + "windows-x86_64" : { "type" : "url", "path" : "windows-x64-release.zip" }, + "windows-x86" : { "type": "url", "path" : "windows-win32-release.zip" }, + "linux-x86_64" : { "type": "url", "path" : "linux-x64-release.zip" }, + "linux-x86" : { "type": "url", "path" : "linux-x86-release.zip" }, + "macosx-x86_64" : { "type": "url", "path" : "macosx-x86_64-release.zip" }, + "windows-aarch64" : { "type" : "url", "path" : "windows-aarch64-release.zip" } } }, { -- cgit v1.2.3