From 05d9bfb4dd6d94d4ef80f582305aa383da295483 Mon Sep 17 00:00:00 2001 From: assiduous Date: Sun, 15 Dec 2019 21:31:46 -0800 Subject: Added testing framework for rendering commands. Added initial draw command test in D3D11 and D3D12 --- Graphics/GraphicsEngine/include/SwapChainBase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Graphics/GraphicsEngine') 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 SwapChainBase : public ObjectBase { public: - typedef ObjectBase TObjectBase; + using TObjectBase = ObjectBase; /// \param pRefCounters - reference counters object that controls the lifetime of this swap chain. /// \param pDevice - pointer to the device. -- cgit v1.2.3