Events
May 19, 6 PM - May 23, 12 AM
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register todayThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Debug message severity levels for an information queue.
typedef enum D3D12_MESSAGE_SEVERITY {
D3D12_MESSAGE_SEVERITY_CORRUPTION = 0,
D3D12_MESSAGE_SEVERITY_ERROR,
D3D12_MESSAGE_SEVERITY_WARNING,
D3D12_MESSAGE_SEVERITY_INFO,
D3D12_MESSAGE_SEVERITY_MESSAGE
} ;
D3D12_MESSAGE_SEVERITY_CORRUPTION Value: 0 Indicates a corruption error. |
D3D12_MESSAGE_SEVERITY_ERROR Indicates an error. |
D3D12_MESSAGE_SEVERITY_WARNING Indicates a warning. |
D3D12_MESSAGE_SEVERITY_INFO Indicates an information message. |
D3D12_MESSAGE_SEVERITY_MESSAGE Indicates a message other than corruption, error, warning or information. |
Use these values to allow or deny message categories to pass through the storage and retrieval filters for an information queue (see D3D12_INFO_QUEUE_FILTER). This API is used by AddApplicationMessage and AddMessage.
Requirement | Value |
---|---|
Header | d3d12sdklayers.h |
Events
May 19, 6 PM - May 23, 12 AM
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register today