summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineD3DBase
diff options
context:
space:
mode:
Diffstat (limited to 'Graphics/GraphicsEngineD3DBase')
-rw-r--r--Graphics/GraphicsEngineD3DBase/src/ShaderD3DBase.cpp2
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)