Gets the number of messages that were discarded due to the message count limit.
public:
UINT64 GetNumMessagesDiscardedByMessageCountLimit(
DXGI_DEBUG_ID Producer
)
Producer
Type: DXGI_DEBUG_ID
[in] A DXGI_DEBUG_ID value that identifies the entity that gets the number.
Type: UINT64
Returns the number of messages that were discarded.
Get and set the message count limit with IDXGIInfoQueue::GetMessageCountLimit and IDXGIInfoQueue::SetMessageCountLimit, respectively.
Header: Declared in dxgidebug.h.
Library: Use d3d11.lib.