diff options
| author | azhirnov <zh1dron@gmail.com> | 2020-09-08 21:40:07 +0000 |
|---|---|---|
| committer | azhirnov <zh1dron@gmail.com> | 2020-09-08 21:40:07 +0000 |
| commit | 7fd927902f00a72909f3c124cbd194c9ffc130c9 (patch) | |
| tree | 5574f427e0f3355fc6b4264820e891eb10b0fce5 /Graphics/GLSLTools | |
| parent | Merge branch 'master' into mesh_shader (diff) | |
| download | DiligentCore-7fd927902f00a72909f3c124cbd194c9ffc130c9.tar.gz DiligentCore-7fd927902f00a72909f3c124cbd194c9ffc130c9.zip | |
fixed cmake, removed unused code
Diffstat (limited to 'Graphics/GLSLTools')
| -rw-r--r-- | Graphics/GLSLTools/src/SPIRVUtils.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Graphics/GLSLTools/src/SPIRVUtils.cpp b/Graphics/GLSLTools/src/SPIRVUtils.cpp index f550e88e..5ae9d3a1 100644 --- a/Graphics/GLSLTools/src/SPIRVUtils.cpp +++ b/Graphics/GLSLTools/src/SPIRVUtils.cpp @@ -44,18 +44,6 @@ #include "spirv-tools/optimizer.hpp" -// SPIRV-Tools source -#ifdef _MSC_VER -# pragma warning(push, 0) -#endif -#include "source/opt/ir_context.h" -#include "source/opt/module.h" -#include "source/opt/pass.h" -#include "source/opt/instruction.h" -#ifdef _MSC_VER -# pragma warning(pop) -#endif - // clang-format off static const char g_HLSLDefinitions[] = { |
