summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineOpenGL
diff options
context:
space:
mode:
Diffstat (limited to 'Graphics/GraphicsEngineOpenGL')
-rw-r--r--Graphics/GraphicsEngineOpenGL/include/RenderDeviceGLImpl.h3
1 files changed, 3 insertions, 0 deletions
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;