ID3D12InfoQueue::AddStorageFilterEntries method

Add storage filters to the top of the storage-filter stack.

Syntax


HRESULT AddStorageFilterEntries(
  [in] D3D12_INFO_QUEUE_FILTER *pFilter
);

Parameters

pFilter [in]

Type: D3D12_INFO_QUEUE_FILTER*

Array of storage filters.

Return value

Type: HRESULT

This method returns one of the Direct3D 12 Return Codes.

Requirements

Header

D3d12sdklayers.h

See also

ID3D12InfoQueue

 

 

Show: