diff options
| author | azhirnov <zh1dron@gmail.com> | 2020-08-31 18:44:44 +0000 |
|---|---|---|
| committer | azhirnov <zh1dron@gmail.com> | 2020-08-31 18:44:44 +0000 |
| commit | 98ae256566bc88f28b5af52fb93e97555f6268fd (patch) | |
| tree | 59bb4e2053d22d0f86c0f4af8b2711b4dab3b160 /Graphics/GraphicsEngineD3DBase | |
| parent | Merge branch 'master' into mesh_shader (diff) | |
| download | DiligentCore-98ae256566bc88f28b5af52fb93e97555f6268fd.tar.gz DiligentCore-98ae256566bc88f28b5af52fb93e97555f6268fd.zip | |
validate included file name (fix for samples)
Diffstat (limited to 'Graphics/GraphicsEngineD3DBase')
| -rw-r--r-- | Graphics/GraphicsEngineD3DBase/src/ShaderD3DBase.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Graphics/GraphicsEngineD3DBase/src/ShaderD3DBase.cpp b/Graphics/GraphicsEngineD3DBase/src/ShaderD3DBase.cpp index 6ef46499..2a236966 100644 --- a/Graphics/GraphicsEngineD3DBase/src/ShaderD3DBase.cpp +++ b/Graphics/GraphicsEngineD3DBase/src/ShaderD3DBase.cpp @@ -156,7 +156,7 @@ static HRESULT CompileDxilShader(const char* Source, const wchar_t* pArgs[] = { L"-Zpc", // Matrices in column-major order - L"-WX", // Warnings as errors + //L"-WX", // Warnings as errors #ifdef DILIGENT_DEBUG L"-Zi", // Debug info //L"-Qembed_debug", // Embed debug info into the shader (some compilers do not recognize this flag) |
