diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2018-11-24 17:12:26 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2018-11-24 17:12:26 +0000 |
| commit | fb64625eabe0e39fe12029fcdc8397063e50115f (patch) | |
| tree | df1cad084f68ead1304b5cdd7f3fd666823e2709 /Graphics/GraphicsEngineD3DBase | |
| parent | Improved reporting of resource binding problems in InitializeStaticResources() (diff) | |
| download | DiligentCore-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.h | 2 |
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, '\''); } } |
