diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2020-12-03 04:08:06 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2020-12-03 04:08:06 +0000 |
| commit | 57d21b1b34187df0ff1a3d31b85285fa2e21c9e5 (patch) | |
| tree | e48bb2aa8af6f9c01044f7d4a5cf6b479cb067cb /Graphics/GraphicsEngineD3D11 | |
| parent | Few minor updates to VariableSizeAllocationsManager (diff) | |
| download | DiligentCore-57d21b1b34187df0ff1a3d31b85285fa2e21c9e5.tar.gz DiligentCore-57d21b1b34187df0ff1a3d31b85285fa2e21c9e5.zip | |
Added IDeviceContext::GetFrameNumber() method (API )
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, |
