ID3D12InfoQueue

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
version(Windows)
extern (C++)
interface ID3D12InfoQueue : IUnknown {}

Members

Functions

AddApplicationMessage
HRESULT AddApplicationMessage(D3D12_MESSAGE_SEVERITY Severity, LPCSTR pDescription)
Undocumented in source.
AddMessage
HRESULT AddMessage(D3D12_MESSAGE_CATEGORY Category, D3D12_MESSAGE_SEVERITY Severity, D3D12_MESSAGE_ID ID, LPCSTR pDescription)
Undocumented in source.
AddRetrievalFilterEntries
HRESULT AddRetrievalFilterEntries(D3D12_INFO_QUEUE_FILTER* pFilter)
Undocumented in source.
AddStorageFilterEntries
HRESULT AddStorageFilterEntries(D3D12_INFO_QUEUE_FILTER* pFilter)
Undocumented in source.
ClearRetrievalFilter
void ClearRetrievalFilter()
Undocumented in source.
ClearStorageFilter
void ClearStorageFilter()
Undocumented in source.
ClearStoredMessages
void ClearStoredMessages()
Undocumented in source.
GetBreakOnCategory
BOOL GetBreakOnCategory(D3D12_MESSAGE_CATEGORY Category)
Undocumented in source.
GetBreakOnID
BOOL GetBreakOnID(D3D12_MESSAGE_ID ID)
Undocumented in source.
GetBreakOnSeverity
BOOL GetBreakOnSeverity(D3D12_MESSAGE_SEVERITY Severity)
Undocumented in source.
GetMessage
HRESULT GetMessage(UINT64 MessageIndex, D3D12_MESSAGE* pMessage, SIZE_T* pMessageByteLength)
Undocumented in source.
GetMessageCountLimit
UINT64 GetMessageCountLimit()
Undocumented in source.
GetMuteDebugOutput
BOOL GetMuteDebugOutput()
Undocumented in source.
GetNumMessagesAllowedByStorageFilter
UINT64 GetNumMessagesAllowedByStorageFilter()
Undocumented in source.
GetNumMessagesDeniedByStorageFilter
UINT64 GetNumMessagesDeniedByStorageFilter()
Undocumented in source.
GetNumMessagesDiscardedByMessageCountLimit
UINT64 GetNumMessagesDiscardedByMessageCountLimit()
Undocumented in source.
GetNumStoredMessages
UINT64 GetNumStoredMessages()
Undocumented in source.
GetNumStoredMessagesAllowedByRetrievalFilter
UINT64 GetNumStoredMessagesAllowedByRetrievalFilter()
Undocumented in source.
GetRetrievalFilter
HRESULT GetRetrievalFilter(D3D12_INFO_QUEUE_FILTER* pFilter, SIZE_T* pFilterByteLength)
Undocumented in source.
GetRetrievalFilterStackSize
UINT GetRetrievalFilterStackSize()
Undocumented in source.
GetStorageFilter
HRESULT GetStorageFilter(D3D12_INFO_QUEUE_FILTER* pFilter, SIZE_T* pFilterByteLength)
Undocumented in source.
GetStorageFilterStackSize
UINT GetStorageFilterStackSize()
Undocumented in source.
PopRetrievalFilter
void PopRetrievalFilter()
Undocumented in source.
PopStorageFilter
void PopStorageFilter()
Undocumented in source.
PushCopyOfRetrievalFilter
HRESULT PushCopyOfRetrievalFilter()
Undocumented in source.
PushCopyOfStorageFilter
HRESULT PushCopyOfStorageFilter()
Undocumented in source.
PushEmptyRetrievalFilter
HRESULT PushEmptyRetrievalFilter()
Undocumented in source.
PushEmptyStorageFilter
HRESULT PushEmptyStorageFilter()
Undocumented in source.
PushRetrievalFilter
HRESULT PushRetrievalFilter(D3D12_INFO_QUEUE_FILTER* pFilter)
Undocumented in source.
PushStorageFilter
HRESULT PushStorageFilter(D3D12_INFO_QUEUE_FILTER* pFilter)
Undocumented in source.
SetBreakOnCategory
HRESULT SetBreakOnCategory(D3D12_MESSAGE_CATEGORY Category, BOOL bEnable)
Undocumented in source.
SetBreakOnID
HRESULT SetBreakOnID(D3D12_MESSAGE_ID ID, BOOL bEnable)
Undocumented in source.
SetBreakOnSeverity
HRESULT SetBreakOnSeverity(D3D12_MESSAGE_SEVERITY Severity, BOOL bEnable)
Undocumented in source.
SetMessageCountLimit
HRESULT SetMessageCountLimit(UINT64 MessageCountLimit)
Undocumented in source.
SetMuteDebugOutput
void SetMuteDebugOutput(BOOL bMute)
Undocumented in source.

Meta