diff --git a/LICENSE.md b/LICENSE.md index a02a82126..42b231989 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -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. diff --git a/docs/Credits.aml b/docs/Credits.aml index 53f2cec4e..5570f279b 100644 --- a/docs/Credits.aml +++ b/docs/Credits.aml @@ -124,6 +124,14 @@ tinyexr Used for the OpenEXR file loading and saving. https://github.com/syoyo/tinyexr + + + + + +glslang +Used for compiling GLSL to SPIR-V. +https://github.com/KhronosGroup/glslang diff --git a/installer/LICENSE.rtf b/installer/LICENSE.rtf index 03d8c02ce..039ce7691 100644 Binary files a/installer/LICENSE.rtf and b/installer/LICENSE.rtf differ