summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngine
diff options
context:
space:
mode:
authorassiduous <assiduous@diligentgraphics.com>2020-01-28 06:35:03 +0000
committerassiduous <assiduous@diligentgraphics.com>2020-01-28 06:35:03 +0000
commiteacdb92963564b88ee56a455ddf3475cccf90584 (patch)
tree9cbedd7c3be17f55016b57aeb178abed3808be27 /Graphics/GraphicsEngine
parentImplemented C Interface for OpenGL backend (diff)
downloadDiligentCore-eacdb92963564b88ee56a455ddf3475cccf90584.tar.gz
DiligentCore-eacdb92963564b88ee56a455ddf3475cccf90584.zip
Fixed MacOS build issues
Diffstat (limited to 'Graphics/GraphicsEngine')
-rw-r--r--Graphics/GraphicsEngine/include/QueryBase.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Graphics/GraphicsEngine/include/QueryBase.hpp b/Graphics/GraphicsEngine/include/QueryBase.hpp
index cf6061f3..cd58380b 100644
--- a/Graphics/GraphicsEngine/include/QueryBase.hpp
+++ b/Graphics/GraphicsEngine/include/QueryBase.hpp
@@ -112,7 +112,7 @@ public:
m_State = QueryState::Inactive;
}
- bool OnBeginQuery(IDeviceContext* pContext)
+ bool OnBeginQuery(struct IDeviceContext* pContext)
{
if (this->m_Desc.Type == QUERY_TYPE_TIMESTAMP)
{