IDXGIInfoQueue::GetRetrievalFilterStackSize Method

Gets the size of the retrieval-filter stack in bytes.

Syntax

public:
UINT GetRetrievalFilterStackSize(
         DXGI_DEBUG_ID Producer
)  

Parameters

Producer
Type: DXGI_DEBUG_ID 

[in] A DXGI_DEBUG_ID value that identifies the entity that gets the size.

Return value

Type: UINT 

Returns the size of the retrieval-filter stack in bytes.

Requirements

Header: Declared in dxgidebug.h.

Library: Use d3d11.lib.

See also

IDXGIInfoQueue

IDXGIInfoQueue Members