summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineD3D12
diff options
context:
space:
mode:
authorassiduous <assiduous@diligentgraphics.com>2019-12-27 02:31:32 +0000
committerassiduous <assiduous@diligentgraphics.com>2019-12-27 02:31:32 +0000
commita24ffb87aa0550dfb61118332433f2c83e99f784 (patch)
tree2809d72696673e5dabba11aaec361aac93155096 /Graphics/GraphicsEngineD3D12
parentmoved public public headers of GraphicsTools project to interface folder to m... (diff)
downloadDiligentCore-a24ffb87aa0550dfb61118332433f2c83e99f784.tar.gz
DiligentCore-a24ffb87aa0550dfb61118332433f2c83e99f784.zip
Minor udpate to engine factory D3D12
Diffstat (limited to 'Graphics/GraphicsEngineD3D12')
-rw-r--r--Graphics/GraphicsEngineD3D12/src/EngineFactoryD3D12.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Graphics/GraphicsEngineD3D12/src/EngineFactoryD3D12.cpp b/Graphics/GraphicsEngineD3D12/src/EngineFactoryD3D12.cpp
index 28c62a1c..c7958fc6 100644
--- a/Graphics/GraphicsEngineD3D12/src/EngineFactoryD3D12.cpp
+++ b/Graphics/GraphicsEngineD3D12/src/EngineFactoryD3D12.cpp
@@ -190,7 +190,7 @@ void EngineFactoryD3D12Impl::CreateDeviceAndContextsD3D12(const EngineD3D12Creat
{
DXGI_ADAPTER_DESC1 desc;
hardwareAdapter->GetDesc1(&desc);
- LOG_INFO_MESSAGE("D3D12-capabale hardware found: ", NarrowString(desc.Description), " (", desc.DedicatedVideoMemory >> 20, " MB)");
+ LOG_INFO_MESSAGE("D3D12-capabale adapter found: ", NarrowString(desc.Description), " (", desc.DedicatedVideoMemory >> 20, " MB)");
}
constexpr auto MaxFeatureLevel = DIRECT3D_FEATURE_LEVEL_12_1;