diff options
Diffstat (limited to 'Graphics/GraphicsEngineD3D11')
| -rwxr-xr-x | Graphics/GraphicsEngineD3D11/src/DeviceContextD3D11Impl.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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, |
