Pushes a retrieval filter onto the retrieval-filter stack.
public:
HRESULT PushRetrievalFilter(
DXGI_DEBUG_ID Producer,
DXGI_INFO_QUEUE_FILTER *pFilter
)
Producer
Type: DXGI_DEBUG_ID
[in] A DXGI_DEBUG_ID value that identifies the entity that pushes the filter.
pFilter
Type: DXGI_INFO_QUEUE_FILTER *
[in] A pointer to a DXGI_INFO_QUEUE_FILTER structure that describes the filter.
Type: HRESULT
Returns S_OK if successful; an error code otherwise. For a list of error codes, see DXGI_ERROR.
Header: Declared in dxgidebug.h.
Library: Use d3d11.lib.