From 02df8a289626a39551528d5019b0b259933b811c Mon Sep 17 00:00:00 2001 From: assiduous Date: Sun, 6 Dec 2020 17:37:38 -0800 Subject: GraphicsTools: added IBufferSuballocator --- Graphics/GraphicsEngineOpenGL/include/FenceGLImpl.hpp | 2 +- Graphics/GraphicsEngineOpenGL/include/QueryGLImpl.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'Graphics/GraphicsEngineOpenGL') diff --git a/Graphics/GraphicsEngineOpenGL/include/FenceGLImpl.hpp b/Graphics/GraphicsEngineOpenGL/include/FenceGLImpl.hpp index 8c45e713..94df042d 100644 --- a/Graphics/GraphicsEngineOpenGL/include/FenceGLImpl.hpp +++ b/Graphics/GraphicsEngineOpenGL/include/FenceGLImpl.hpp @@ -53,7 +53,7 @@ public: const FenceDesc& Desc); ~FenceGLImpl(); - IMPLEMENT_QUERY_INTERFACE_IN_PLACE(IID_FenceGL, TFenceBase); + IMPLEMENT_QUERY_INTERFACE_IN_PLACE(IID_FenceGL, TFenceBase) /// Implementation of IFence::GetCompletedValue() in OpenGL backend. virtual Uint64 DILIGENT_CALL_TYPE GetCompletedValue() override final; diff --git a/Graphics/GraphicsEngineOpenGL/include/QueryGLImpl.hpp b/Graphics/GraphicsEngineOpenGL/include/QueryGLImpl.hpp index a77b55e1..e4a84e42 100644 --- a/Graphics/GraphicsEngineOpenGL/include/QueryGLImpl.hpp +++ b/Graphics/GraphicsEngineOpenGL/include/QueryGLImpl.hpp @@ -52,7 +52,7 @@ public: const QueryDesc& Desc); ~QueryGLImpl(); - IMPLEMENT_QUERY_INTERFACE_IN_PLACE(IID_QueryGL, TQueryBase); + IMPLEMENT_QUERY_INTERFACE_IN_PLACE(IID_QueryGL, TQueryBase) /// Implementation of IQuery::GetData() in OpenGL backend. virtual bool DILIGENT_CALL_TYPE GetData(void* pData, Uint32 DataSize, bool AutoInvalidate) override final; -- cgit v1.2.3