DXGI_INFO_QUEUE_FILTER structure (dxgidebug.h)

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.

Note  This API requires the Windows Software Development Kit (SDK) for Windows 8.
 

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps | UWP apps]
Minimum supported server Windows Server 2012 [desktop apps | UWP apps]
Header dxgidebug.h

See also

DXGI Structures