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/GraphicsEngineOpenGL/src/DeviceContextGLImpl.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'Graphics/GraphicsEngineOpenGL') diff --git a/Graphics/GraphicsEngineOpenGL/src/DeviceContextGLImpl.cpp b/Graphics/GraphicsEngineOpenGL/src/DeviceContextGLImpl.cpp index d8af2feb..9e1760ac 100644 --- a/Graphics/GraphicsEngineOpenGL/src/DeviceContextGLImpl.cpp +++ b/Graphics/GraphicsEngineOpenGL/src/DeviceContextGLImpl.cpp @@ -1274,6 +1274,7 @@ void DeviceContextGLImpl::Flush() void DeviceContextGLImpl::FinishFrame() { + TDeviceContextBase::EndFrame(); } void DeviceContextGLImpl::FinishCommandList(class ICommandList** ppCommandList) -- cgit v1.2.3