From 57d21b1b34187df0ff1a3d31b85285fa2e21c9e5 Mon Sep 17 00:00:00 2001 From: assiduous Date: Wed, 2 Dec 2020 20:08:06 -0800 Subject: Added IDeviceContext::GetFrameNumber() method (API ) --- Graphics/GraphicsEngineD3D11/src/DeviceContextD3D11Impl.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Graphics/GraphicsEngineD3D11') diff --git a/Graphics/GraphicsEngineD3D11/src/DeviceContextD3D11Impl.cpp b/Graphics/GraphicsEngineD3D11/src/DeviceContextD3D11Impl.cpp index 7ee1ccec..d96e4204 100755 --- a/Graphics/GraphicsEngineD3D11/src/DeviceContextD3D11Impl.cpp +++ b/Graphics/GraphicsEngineD3D11/src/DeviceContextD3D11Impl.cpp @@ -1187,6 +1187,8 @@ void DeviceContextD3D11Impl::FinishFrame() m_ActiveDisjointQuery->IsEnded = true; m_ActiveDisjointQuery.reset(); } + + TDeviceContextBase::EndFrame(); } void DeviceContextD3D11Impl::SetVertexBuffers(Uint32 StartSlot, -- cgit v1.2.3