From ef733fdbac35b6180964766b107f219eb41b1d75 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Sat, 6 Oct 2018 19:19:50 -0700 Subject: Updated submodules (main change: refactored release queues in D3D12 and Vulkan backends) --- Tests/TestApp/src/TestTextureCreation.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Tests/TestApp/src/TestTextureCreation.cpp') diff --git a/Tests/TestApp/src/TestTextureCreation.cpp b/Tests/TestApp/src/TestTextureCreation.cpp index 70936a5..1bade31 100644 --- a/Tests/TestApp/src/TestTextureCreation.cpp +++ b/Tests/TestApp/src/TestTextureCreation.cpp @@ -379,6 +379,8 @@ private: m_pDeviceContext->Flush(); // Also call FinishFrame() because otherwise resources will not be released m_pDeviceContext->FinishFrame(); + + m_pDevice->ReleaseStaleResources(); } -- cgit v1.2.3