summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngine
diff options
context:
space:
mode:
authorassiduous <assiduous@diligentgraphics.com>2019-12-16 05:31:46 +0000
committerassiduous <assiduous@diligentgraphics.com>2019-12-16 05:31:46 +0000
commit05d9bfb4dd6d94d4ef80f582305aa383da295483 (patch)
tree62773b4ea6a96883cba2322dd11d8001178d1365 /Graphics/GraphicsEngine
parentreadme: added codacy bage (diff)
downloadDiligentCore-05d9bfb4dd6d94d4ef80f582305aa383da295483.tar.gz
DiligentCore-05d9bfb4dd6d94d4ef80f582305aa383da295483.zip
Added testing framework for rendering commands. Added initial draw command test in D3D11 and D3D12
Diffstat (limited to 'Graphics/GraphicsEngine')
-rw-r--r--Graphics/GraphicsEngine/include/SwapChainBase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Graphics/GraphicsEngine/include/SwapChainBase.h b/Graphics/GraphicsEngine/include/SwapChainBase.h
index 7890ef47..46766e65 100644
--- a/Graphics/GraphicsEngine/include/SwapChainBase.h
+++ b/Graphics/GraphicsEngine/include/SwapChainBase.h
@@ -48,7 +48,7 @@ template <class BaseInterface>
class SwapChainBase : public ObjectBase<BaseInterface>
{
public:
- typedef ObjectBase<BaseInterface> TObjectBase;
+ using TObjectBase = ObjectBase<BaseInterface>;
/// \param pRefCounters - reference counters object that controls the lifetime of this swap chain.
/// \param pDevice - pointer to the device.