summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineD3D11
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2018-01-04 04:23:41 +0000
committerEgor Yusov <egor.yusov@gmail.com>2018-01-04 04:23:41 +0000
commitf0c41bba0fcecd7ec775f1da315a03581e8cd4c0 (patch)
tree3cc2fa52eaa0372613fa63bf296a5e481262480e /Graphics/GraphicsEngineD3D11
parentAnother update to readme (diff)
downloadDiligentCore-f0c41bba0fcecd7ec775f1da315a03581e8cd4c0.tar.gz
DiligentCore-f0c41bba0fcecd7ec775f1da315a03581e8cd4c0.zip
Added documentation
Diffstat (limited to 'Graphics/GraphicsEngineD3D11')
-rw-r--r--Graphics/GraphicsEngineD3D11/src/RenderDeviceFactoryD3D11.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Graphics/GraphicsEngineD3D11/src/RenderDeviceFactoryD3D11.cpp b/Graphics/GraphicsEngineD3D11/src/RenderDeviceFactoryD3D11.cpp
index 5128c16d..530b138c 100644
--- a/Graphics/GraphicsEngineD3D11/src/RenderDeviceFactoryD3D11.cpp
+++ b/Graphics/GraphicsEngineD3D11/src/RenderDeviceFactoryD3D11.cpp
@@ -331,7 +331,7 @@ void EngineFactoryD3D11Impl::CreateSwapChainD3D11( IRenderDevice *pDevice, Dilig
/// \param [out] GetFactoryFunc - Pointer to the function that returns factory for D3D11 engine implementation
/// See EngineFactoryD3D11Impl.
/// \remarks Depending on the configuration and platform, the function loads different dll:
-/// Platform\\Configuration | Debug | Release
+/// Platform\\Configuration | Debug | Release
/// --------------------------|-------------------------------|----------------------------
/// x86 | GraphicsEngineD3D11_32d.dll | GraphicsEngineD3D11_32r.dll
/// x64 | GraphicsEngineD3D11_64d.dll | GraphicsEngineD3D11_64r.dll