From 98ae256566bc88f28b5af52fb93e97555f6268fd Mon Sep 17 00:00:00 2001 From: azhirnov Date: Mon, 31 Aug 2020 21:44:44 +0300 Subject: validate included file name (fix for samples) --- Graphics/GraphicsEngineD3DBase/src/ShaderD3DBase.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Graphics/GraphicsEngineD3DBase') 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) -- cgit v1.2.3