From 7accb78ce40aa9aa50cd50e5adbf30f39d06116b Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Thu, 20 Sep 2018 20:34:00 -0700 Subject: Refactored device object release queues --- Graphics/GraphicsEngineOpenGL/include/RenderDeviceGLImpl.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Graphics/GraphicsEngineOpenGL') diff --git a/Graphics/GraphicsEngineOpenGL/include/RenderDeviceGLImpl.h b/Graphics/GraphicsEngineOpenGL/include/RenderDeviceGLImpl.h index 3f93f22d..0f12b83b 100644 --- a/Graphics/GraphicsEngineOpenGL/include/RenderDeviceGLImpl.h +++ b/Graphics/GraphicsEngineOpenGL/include/RenderDeviceGLImpl.h @@ -89,6 +89,9 @@ public: void OnDestroyPSO(IPipelineState *pPSO); void OnDestroyBuffer(IBuffer *pBuffer); + size_t GetCommandQueueCount()const { return 1; } + Uint64 GetCommandQueueMask()const { return Uint64{1};} + protected: friend class DeviceContextGLImpl; friend class TextureBaseGL; -- cgit v1.2.3