ID3D12InfoQueue::GetRetrievalFilter method

Get the retrieval filter at the top of the retrieval-filter stack.

Syntax


HRESULT GetRetrievalFilter(
  [out, optional] D3D12_INFO_QUEUE_FILTER *pFilter,
  [in, out]       SIZE_T                  *pFilterByteLength
);

Parameters

pFilter [out, optional]

Type: D3D12_INFO_QUEUE_FILTER*

Retrieval filter at the top of the retrieval-filter stack.

pFilterByteLength [in, out]

Type: SIZE_T*

Size of the retrieval filter in bytes. If pFilter is NULL, the size of the retrieval filter will be output to this parameter.

Return value

Type: HRESULT

This method returns one of the Direct3D 12 Return Codes.

Requirements

Header

D3d12sdklayers.h

See also

ID3D12InfoQueue

 

 

Show: