From 65cd44d54cc76d78777cde5f8a02b485056249f3 Mon Sep 17 00:00:00 2001 From: jsmall-nvidia Date: Fri, 1 Jul 2022 10:51:24 -0400 Subject: Upgrade to glslang 11.10.0+ (#2306) * #include an absolute path didn't work - because paths were taken to always be relative. * Upgrade to glslang 11.10.0 Co-authored-by: Yong He --- external/spirv-tools-generated/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'external/spirv-tools-generated/README.md') diff --git a/external/spirv-tools-generated/README.md b/external/spirv-tools-generated/README.md index 67e6082f7..1583c14c8 100644 --- a/external/spirv-tools-generated/README.md +++ b/external/spirv-tools-generated/README.md @@ -1,7 +1,7 @@ Slang SPIR-V Tools ================== -The spir-v tools are needed in the Slang project in order to be able to build glslang. We don't necessarily want/neet to build all the spir-v tools - but we do need the files that are generated as part of this process. Those files are then stored in this folder, so that they can just be used without needing to be created as part of the Slang build process. +The spir-v tools are needed in the Slang project in order to be able to build glslang. We don't necessarily want/need to build all the spir-v tools - but we do need the files that are generated as part of this process. Those files are then stored in this folder, so that they can just be used without needing to be created as part of the Slang build process. To build spirv-tools we need [cmake](https://cmake.org/download/). On windows we can use cmake with the gui interface. -- cgit v1.2.3