DXGI_INFO_QUEUE_FILTER Structure

Describes a debug message filter, which contains lists of message types to allow and deny.

Syntax

typedef struct DXGI_INFO_QUEUE_FILTER {
    DXGI_INFO_QUEUE_FILTER_DESC AllowList;
    DXGI_INFO_QUEUE_FILTER_DESC DenyList;
} DXGI_INFO_QUEUE_FILTER;  

Members

AllowList
A DXGI_INFO_QUEUE_FILTER_DESC structure that describes the types of messages to allow.

DenyList
A DXGI_INFO_QUEUE_FILTER_DESC structure that describes the types of messages to deny.

Remarks

Use with an IDXGIInfoQueue interface.

Requirements

Header: Declared in dxgidebug.h.

Library: Use d3d11.lib.