IDXGIInfoQueue::ClearStorageFilter Method

Removes a storage filter from the top of the storage-filter stack.

Syntax

public:
void ClearStorageFilter(
         DXGI_DEBUG_ID Producer
)  

Parameters

Producer
Type: DXGI_DEBUG_ID 

[in] A DXGI_DEBUG_ID value that identifies the entity that removes the filter.

Return value

None.

Requirements

Header: Declared in dxgidebug.h.

Library: Use d3d11.lib.

See also

IDXGIInfoQueue

IDXGIInfoQueue Members