Pushes an empty retrieval filter onto the retrieval-filter stack.
public:
HRESULT PushEmptyRetrievalFilter(
DXGI_DEBUG_ID Producer
)
Producer
Type: DXGI_DEBUG_IDÂ
[in] A DXGI_DEBUG_ID value that identifies the entity that pushes the empty retrieval filter.
Type: HRESULTÂ
Returns S_OK if successful; an error code otherwise. For a list of error codes, see DXGI_ERROR.
An empty retrieval filter allows all messages to pass through.
Header: Declared in dxgidebug.h.
Library: Use d3d11.lib.