public:
void EndQuery(
ID3D12QueryHeap *pQueryHeap,
D3D12_QUERY_TYPE Type,
UINT Index
)
pQueryHeap
Type: ID3D12QueryHeap *
[in] The ID3D12QueryHeap containing the query.
Type
Type: D3D12_QUERY_TYPE
[in] One member of D3D12_QUERY_TYPE.
Index
Type: UINT
[in] The index of the query in the query heap.
Type: void
This method does not return a value.
Header: Declared in d3d12_x.h.
Library: Use d3d12_x.lib.