Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Get a message category to break on when a message with that category passes through the storage filter.
Syntax
BOOL GetBreakOnCategory(
[in] D3D11_MESSAGE_CATEGORY Category
);
Parameters
[in] Category
Type: D3D11_MESSAGE_CATEGORY
Message category to break on (see D3D11_MESSAGE_CATEGORY).
Return value
Type: BOOL
Whether this breaking condition is turned on or off (true for on, false for off).
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | d3d11sdklayers.h |
Library | D3D11.lib |