Add glslang to LICENSE information

This commit is contained in:
baldurk
2015-07-10 16:37:44 +02:00
parent ddd432f678
commit ea1be90280
3 changed files with 12 additions and 0 deletions
+4
View File
@@ -81,3 +81,7 @@ RenderDoc also uses several external libraries and components which include thei
- [tinyexr](https://github.com/syoyo/tinyexr)
distributed under the New BSD License (3 Clause).
Copyright 2014, Syoyo Fujita
- [glslang](https://github.com/KhronosGroup/glslang)
distributed under the New BSD License (3 Clause).
Copyright 2002-2005 3Dlabs Inc. Ltd. 2012-2013 LunarG, Inc.
+8
View File
@@ -124,6 +124,14 @@
<linkText>tinyexr</linkText>
<linkAlternateText>Used for the OpenEXR file loading and saving.</linkAlternateText>
<linkUri>https://github.com/syoyo/tinyexr</linkUri>
</externalLink>
</para></listItem>
<listItem><para>
<externalLink>
<linkText>glslang</linkText>
<linkAlternateText>Used for compiling GLSL to SPIR-V.</linkAlternateText>
<linkUri>https://github.com/KhronosGroup/glslang</linkUri>
</externalLink>
</para></listItem>
Binary file not shown.