Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Values that specify debug message severity levels for an information queue.
Syntax
typedef enum DXGI_INFO_QUEUE_MESSAGE_SEVERITY {
DXGI_INFO_QUEUE_MESSAGE_SEVERITY_CORRUPTION = 0,
DXGI_INFO_QUEUE_MESSAGE_SEVERITY_ERROR,
DXGI_INFO_QUEUE_MESSAGE_SEVERITY_WARNING,
DXGI_INFO_QUEUE_MESSAGE_SEVERITY_INFO,
DXGI_INFO_QUEUE_MESSAGE_SEVERITY_MESSAGE
} ;
Constants
DXGI_INFO_QUEUE_MESSAGE_SEVERITY_CORRUPTIONValue: 0 Defines some type of corruption that has occurred. |
DXGI_INFO_QUEUE_MESSAGE_SEVERITY_ERRORDefines an error message. |
DXGI_INFO_QUEUE_MESSAGE_SEVERITY_WARNINGDefines a warning message. |
DXGI_INFO_QUEUE_MESSAGE_SEVERITY_INFODefines an information message. |
DXGI_INFO_QUEUE_MESSAGE_SEVERITY_MESSAGEDefines a message other than corruption, error, warning, or information. |
Remarks
Use this enumeration when you call IDXGIInfoQueue::GetMessage to retrieve a message and when you call IDXGIInfoQueue::AddMessage to add a message. Also, use this enumeration with IDXGIInfoQueue::AddApplicationMessage.
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 |