summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorJordan Justen <jordan.l.justen@intel.com>2017-04-10 00:37:19 -0700
committerJordan Justen <jljusten@gmail.com>2018-10-25 14:36:45 -0700
commit2cb700c40cce706aad7f8d1c68283a59e660740b (patch)
tree31143614a256ce39cc6fb71889a4670b1740da3b /INSTALL
parent7f3c06d59f523efdafe4a06e60f8ae457603214f (diff)
crucible: Convert from glslc to glslang
This essentially reverts b5a52577781ff191766f49866ce00af749cb86b7, but it seems that glslangValidator has since become a little more friendly. Additionally, I used python tempfile module to simplify creating tempfiles with the required extensions. One reason to revert to using glslangValidator is just to remove the additional shaderc/glslc dependency. An advantage of using glslangValidator is that the SPIR-V binary and assembly code can be generated with a single invocation of glslangValidator. Acked-by: Jason Ekstrand <jason@jlekstrand.net> Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 17a1a68..fad9989 100644
--- a/INSTALL
+++ b/INSTALL
@@ -3,7 +3,7 @@ How to Build
External Dependencies
---------------------
-- glslc, from Google's shaderc project (http://github.com/google/shaderc)
+- glslang, from Khronos's glslang project (https://github.com/KhronosGroup/glslang)
- AsciiDoc (http://asciidoc.org)
- libxml2 (http://www.xmlsoft.org)
- Python3