diff options
| author | azhirnov <zh1dron@gmail.com> | 2020-09-08 21:11:20 +0000 |
|---|---|---|
| committer | azhirnov <zh1dron@gmail.com> | 2020-09-08 21:11:20 +0000 |
| commit | f556d61c7360b2dd850ac8712d293d8b2be02bc5 (patch) | |
| tree | 3926acb2e9c41df14957ca6a8a287ac8d20b60d4 /Graphics/GLSLTools | |
| parent | removed m_isDXIL flag, detect DXIL by bytecode (diff) | |
| parent | Updated third-party modules (diff) | |
| download | DiligentCore-f556d61c7360b2dd850ac8712d293d8b2be02bc5.tar.gz DiligentCore-f556d61c7360b2dd850ac8712d293d8b2be02bc5.zip | |
Merge branch 'master' into mesh_shader
Diffstat (limited to 'Graphics/GLSLTools')
| -rw-r--r-- | Graphics/GLSLTools/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Graphics/GLSLTools/CMakeLists.txt b/Graphics/GLSLTools/CMakeLists.txt index 442c0d97..4cc1ecf9 100644 --- a/Graphics/GLSLTools/CMakeLists.txt +++ b/Graphics/GLSLTools/CMakeLists.txt @@ -71,6 +71,7 @@ if(VULKAN_SUPPORTED) PRIVATE glslang SPIRV + SPIRV-Tools-opt ) target_include_directories(Diligent-GLSLTools |
