summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineD3DBase
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2019-12-07 17:56:55 +0000
committerEgor Yusov <egor.yusov@gmail.com>2019-12-07 17:56:55 +0000
commit0900782b6512c3de85c8d5f58f3df0b52fa11263 (patch)
tree67036a8ecc67c6f88c1cd9bfda639717a5a33ec8 /Graphics/GraphicsEngineD3DBase
parentAdded depth-stencil state test (diff)
downloadDiligentCore-0900782b6512c3de85c8d5f58f3df0b52fa11263.tar.gz
DiligentCore-0900782b6512c3de85c8d5f58f3df0b52fa11263.zip
Enabled CoreAPI test on appveyor in Warp mode
Diffstat (limited to 'Graphics/GraphicsEngineD3DBase')
-rw-r--r--Graphics/GraphicsEngineD3DBase/include/EngineFactoryD3DBase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Graphics/GraphicsEngineD3DBase/include/EngineFactoryD3DBase.h b/Graphics/GraphicsEngineD3DBase/include/EngineFactoryD3DBase.h
index eda702b1..30e53917 100644
--- a/Graphics/GraphicsEngineD3DBase/include/EngineFactoryD3DBase.h
+++ b/Graphics/GraphicsEngineD3DBase/include/EngineFactoryD3DBase.h
@@ -106,7 +106,7 @@ public:
pDXIAdapter->GetDesc1(&AdapterDesc);
char DescriptionMB[_countof(AdapterDesc.Description)];
WideCharToMultiByte(CP_ACP, 0, AdapterDesc.Description, -1, DescriptionMB, _countof(DescriptionMB), NULL, FALSE);
- LOG_ERROR_MESSAGE("Failed to enumerate output ", OutputId, " for adapter ", AdapterId, " (", DescriptionMB, ')');
+ LOG_ERROR_MESSAGE("Failed to enumerate output ", OutputId, " of adapter ", AdapterId, " (", DescriptionMB, ')');
return;
}