summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineD3DBase
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2018-11-24 17:12:26 +0000
committerEgor Yusov <egor.yusov@gmail.com>2018-11-24 17:12:26 +0000
commitfb64625eabe0e39fe12029fcdc8397063e50115f (patch)
treedf1cad084f68ead1304b5cdd7f3fd666823e2709 /Graphics/GraphicsEngineD3DBase
parentImproved reporting of resource binding problems in InitializeStaticResources() (diff)
downloadDiligentCore-fb64625eabe0e39fe12029fcdc8397063e50115f.tar.gz
DiligentCore-fb64625eabe0e39fe12029fcdc8397063e50115f.zip
Some minor updates to formatting of debug messages
Diffstat (limited to 'Graphics/GraphicsEngineD3DBase')
-rw-r--r--Graphics/GraphicsEngineD3DBase/include/D3DShaderResourceLoader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Graphics/GraphicsEngineD3DBase/include/D3DShaderResourceLoader.h b/Graphics/GraphicsEngineD3DBase/include/D3DShaderResourceLoader.h
index 346917ea..992206cd 100644
--- a/Graphics/GraphicsEngineD3DBase/include/D3DShaderResourceLoader.h
+++ b/Graphics/GraphicsEngineD3DBase/include/D3DShaderResourceLoader.h
@@ -232,7 +232,7 @@ namespace Diligent
}
if(!VariableFound)
{
- LOG_WARNING_MESSAGE("Variable \"", VarName, "\" not found in shader \"", ShdrDesc.Name, '\"');
+ LOG_WARNING_MESSAGE("Variable '", VarName, "' is not found in shader '", ShdrDesc.Name, '\'');
}
}