Set a message category to break on when a message with that category passes through the storage filter.
public:
HRESULT SetBreakOnCategory(
D3D11_MESSAGE_CATEGORY Category,
BOOL bEnable
)
Category
Type: D3D11_MESSAGE_CATEGORY
[in] Message category to break on (see D3D11_MESSAGE_CATEGORY).
bEnable
Type: BOOL
[in] Turns this breaking condition on or off (true for on, false for off).
Type: HRESULT
This method returns one of the following Direct3D 11 return codes.
Header: Declared in d3d11sdklayers.h.
Library: Use d3d11.lib.