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.
Note This API requires the Windows Software Development Kit (SDK) for Windows 8.
Requirements
|
Minimum supported client |
Windows 8 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps | Windows Store apps] |
|
Header |
|
See also
Show: