diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2020-01-28 06:35:03 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2020-01-28 06:35:03 +0000 |
| commit | eacdb92963564b88ee56a455ddf3475cccf90584 (patch) | |
| tree | 9cbedd7c3be17f55016b57aeb178abed3808be27 /Graphics/GraphicsEngine | |
| parent | Implemented C Interface for OpenGL backend (diff) | |
| download | DiligentCore-eacdb92963564b88ee56a455ddf3475cccf90584.tar.gz DiligentCore-eacdb92963564b88ee56a455ddf3475cccf90584.zip | |
Fixed MacOS build issues
Diffstat (limited to 'Graphics/GraphicsEngine')
| -rw-r--r-- | Graphics/GraphicsEngine/include/QueryBase.hpp | 2 |
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) { |
