Fix missing calling convention

This commit is contained in:
baldurk
2026-07-17 18:15:09 +01:00
parent a9534bcc69
commit c980ca661e
+1 -1
View File
@@ -2019,7 +2019,7 @@ public:
ID3D12Resource *pFeedbackResource,
D3D12_CPU_DESCRIPTOR_HANDLE DestDescriptor);
IMPLEMENT_FUNCTION_THREAD_SERIALISED(virtual HRESULT, CreateQueryHeap1,
IMPLEMENT_FUNCTION_THREAD_SERIALISED(virtual HRESULT STDMETHODCALLTYPE, CreateQueryHeap1,
const D3D12_QUERY_HEAP_DESC *pDesc,
D3D12_QUERY_HEAP_FLAGS Flags, REFIID riid, void **ppvHeap);