ID3D12InfoQueue::SetBreakOnCategory method
Set a message category to break on when a message with that category passes through the storage filter.
Syntax
HRESULT SetBreakOnCategory( [in] D3D12_MESSAGE_CATEGORY Category, [in] BOOL bEnable );
Parameters
- Category [in]
-
Type: D3D12_MESSAGE_CATEGORY
Message category to break on.
- bEnable [in]
-
Type: BOOL
Turns this breaking condition on or off (true for on, false for off).
Return value
Type: HRESULT
This method returns one of the Direct3D 12 Return Codes.
Requirements
|
Header |
|
|---|
See also
Show: