diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2019-12-07 17:56:55 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2019-12-07 17:56:55 +0000 |
| commit | 0900782b6512c3de85c8d5f58f3df0b52fa11263 (patch) | |
| tree | 67036a8ecc67c6f88c1cd9bfda639717a5a33ec8 /Graphics/GraphicsEngineD3DBase | |
| parent | Added depth-stencil state test (diff) | |
| download | DiligentCore-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.h | 2 |
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; } |
