ID3D11Device::CreateQuery method
This interface encapsulates methods for querying information from the GPU.
Syntax
HRESULT CreateQuery( [in] const D3D11_QUERY_DESC *pQueryDesc, [out, optional] ID3D11Query **ppQuery );
Parameters
- pQueryDesc [in]
-
Type: const D3D11_QUERY_DESC*
Pointer to a query description (see D3D11_QUERY_DESC).
- ppQuery [out, optional]
-
Type: ID3D11Query**
Address of a pointer to the query object created (see ID3D11Query).
Return value
Type: HRESULT
This method returns E_OUTOFMEMORY if there is insufficient memory to create the query object. See Direct3D 11 Return Codes for other possible return values.
Requirements
|
Header |
|
|---|---|
|
Library |
|
See also
Show: