Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Get the retrieval filter at the top of the retrieval-filter stack.
Syntax
HRESULT GetRetrievalFilter(
[out, optional] D3D11_INFO_QUEUE_FILTER *pFilter,
[in, out] SIZE_T *pFilterByteLength
);
Parameters
[out, optional] pFilter
Type: D3D11_INFO_QUEUE_FILTER*
Retrieval filter at the top of the retrieval-filter stack.
[in, out] pFilterByteLength
Type: SIZE_T*
Size of the retrieval filter in bytes. If pFilter is NULL, the size of the retrieval filter will be output to this parameter.
Return value
Type: HRESULT
This method returns one of the following Direct3D 11 Return Codes.
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Windows |
| Header | d3d11sdklayers.h |
| Library | D3D11.lib |