ID3D12InfoQueue::GetNumMessagesDiscardedByMessageCountLimit method

Get the number of messages that were discarded due to the message count limit.

Syntax


UINT64 GetNumMessagesDiscardedByMessageCountLimit();

Parameters

This method has no parameters.

Return value

Type: UINT64

Number of messages discarded.

Remarks

Get and set the message count limit with GetMessageCountLimit and SetMessageCountLimit, respectively.

Requirements

Header

D3d12sdklayers.h

See also

ID3D12InfoQueue

 

 

Show: