Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |