Determines whether the break on a message severity level is turned on or off.
public:
BOOL GetBreakOnSeverity(
DXGI_DEBUG_ID Producer,
DXGI_INFO_QUEUE_MESSAGE_SEVERITY Severity
)
Producer
Type: DXGI_DEBUG_ID
[in] A DXGI_DEBUG_ID value that identifies the entity that gets the breaking status.
Severity
Type: DXGI_INFO_QUEUE_MESSAGE_SEVERITY
[in] A DXGI_INFO_QUEUE_MESSAGE_SEVERITY-typed value that specifies the severity of the message.
Type: BOOL
Returns a Boolean value that specifies whether this severity of breaking condition is turned on or off (TRUE for on, FALSE for off).
Header: Declared in dxgidebug.h.
Library: Use d3d11.lib.