Describes a debug message filter, which contains lists of message types to allow and deny.
typedef struct DXGI_INFO_QUEUE_FILTER {
DXGI_INFO_QUEUE_FILTER_DESC AllowList;
DXGI_INFO_QUEUE_FILTER_DESC DenyList;
} DXGI_INFO_QUEUE_FILTER;
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.
Use with an IDXGIInfoQueue interface.
Header: Declared in dxgidebug.h.
Library: Use d3d11.lib.