diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2020-01-03 06:36:44 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2020-01-03 06:36:44 +0000 |
| commit | a585eac125da67cb010c046c5df4ae4faeb20b57 (patch) | |
| tree | 3342507002b0768b2d1abfe47e32e4fdebe1c5d9 /Graphics/GraphicsEngineMetal | |
| parent | Added query interface; implemented queries in D3D11 and D3D12 (diff) | |
| download | DiligentCore-a585eac125da67cb010c046c5df4ae4faeb20b57.tar.gz DiligentCore-a585eac125da67cb010c046c5df4ae4faeb20b57.zip | |
Fixed few MacOS build issues
Diffstat (limited to 'Graphics/GraphicsEngineMetal')
| -rw-r--r-- | Graphics/GraphicsEngineMetal/include/QueryMtlImpl.h | 2 |
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; |
