summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineMetal
diff options
context:
space:
mode:
authorassiduous <assiduous@diligentgraphics.com>2020-01-03 06:36:44 +0000
committerassiduous <assiduous@diligentgraphics.com>2020-01-03 06:36:44 +0000
commita585eac125da67cb010c046c5df4ae4faeb20b57 (patch)
tree3342507002b0768b2d1abfe47e32e4fdebe1c5d9 /Graphics/GraphicsEngineMetal
parentAdded query interface; implemented queries in D3D11 and D3D12 (diff)
downloadDiligentCore-a585eac125da67cb010c046c5df4ae4faeb20b57.tar.gz
DiligentCore-a585eac125da67cb010c046c5df4ae4faeb20b57.zip
Fixed few MacOS build issues
Diffstat (limited to 'Graphics/GraphicsEngineMetal')
-rw-r--r--Graphics/GraphicsEngineMetal/include/QueryMtlImpl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Graphics/GraphicsEngineMetal/include/QueryMtlImpl.h b/Graphics/GraphicsEngineMetal/include/QueryMtlImpl.h
index c30883aa..9205bbf0 100644
--- a/Graphics/GraphicsEngineMetal/include/QueryMtlImpl.h
+++ b/Graphics/GraphicsEngineMetal/include/QueryMtlImpl.h
@@ -48,7 +48,7 @@ public:
const QueryDesc& Desc);
~QueryMtlImpl();
- IMPLEMENT_QUERY_INTERFACE_IN_PLACE(IID_FenceMtl, TFenceBase);
+ IMPLEMENT_QUERY_INTERFACE_IN_PLACE(IID_QueryMtl, TQueryBase);
virtual bool GetData(void* pData, Uint32 DataSize) override final;