diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2019-12-16 05:31:46 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2019-12-16 05:31:46 +0000 |
| commit | 05d9bfb4dd6d94d4ef80f582305aa383da295483 (patch) | |
| tree | 62773b4ea6a96883cba2322dd11d8001178d1365 /Graphics/GraphicsEngine | |
| parent | readme: added codacy bage (diff) | |
| download | DiligentCore-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.h | 2 |
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. |
