ID3D12InfoQueue::GetBreakOnCategory method

Get a message category to break on when a message with that category passes through the storage filter.

Syntax


BOOL GetBreakOnCategory(
  [in] D3D12_MESSAGE_CATEGORY Category
);

Parameters

Category [in]

Type: D3D12_MESSAGE_CATEGORY

Message category to break on.

Return value

Type: BOOL

Whether this breaking condition is turned on or off (true for on, false for off).

Requirements

Header

D3d12sdklayers.h

See also

ID3D12InfoQueue

 

 

Show: