summaryrefslogtreecommitdiffstats
path: root/external/spirv-tools-generated/README.md
diff options
context:
space:
mode:
authorjsmall-nvidia <jsmall@nvidia.com>2022-07-01 10:51:24 -0400
committerGitHub <noreply@github.com>2022-07-01 10:51:24 -0400
commit65cd44d54cc76d78777cde5f8a02b485056249f3 (patch)
treeae617f7c8c5f569fb82669749547b9428bc1b47b /external/spirv-tools-generated/README.md
parent77af111867eb72f26b460c5925be47aa22c71556 (diff)
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 <yonghe@outlook.com>
Diffstat (limited to 'external/spirv-tools-generated/README.md')
-rw-r--r--external/spirv-tools-generated/README.md2
1 files changed, 1 insertions, 1 deletions
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.