ID3D12InfoQueue

Undocumented in source.
version(Windows)
interface ID3D12InfoQueue : IUnknown {}

Members

Functions

AddApplicationMessage
HRESULT AddApplicationMessage(D3D12_MESSAGE_SEVERITY Severity, char* pDescription)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
AddMessage
HRESULT AddMessage(D3D12_MESSAGE_CATEGORY Category, D3D12_MESSAGE_SEVERITY Severity, D3D12_MESSAGE_ID ID, char* pDescription)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
AddRetrievalFilterEntries
HRESULT AddRetrievalFilterEntries(D3D12_INFO_QUEUE_FILTER* pFilter)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
AddStorageFilterEntries
HRESULT AddStorageFilterEntries(D3D12_INFO_QUEUE_FILTER* pFilter)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
ClearRetrievalFilter
void ClearRetrievalFilter()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
ClearStorageFilter
void ClearStorageFilter()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
ClearStoredMessages
void ClearStoredMessages()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetBreakOnCategory
bool GetBreakOnCategory(D3D12_MESSAGE_CATEGORY Category)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetBreakOnID
bool GetBreakOnID(D3D12_MESSAGE_ID ID)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetBreakOnSeverity
bool GetBreakOnSeverity(D3D12_MESSAGE_SEVERITY Severity)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetMessage
HRESULT GetMessage(ulong MessageIndex, D3D12_MESSAGE* pMessage, size_t* pMessageByteLength)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetMessageCountLimit
ulong GetMessageCountLimit()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetMuteDebugOutput
bool GetMuteDebugOutput()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetNumMessagesAllowedByStorageFilter
ulong GetNumMessagesAllowedByStorageFilter()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetNumMessagesDeniedByStorageFilter
ulong GetNumMessagesDeniedByStorageFilter()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetNumMessagesDiscardedByMessageCountLimit
ulong GetNumMessagesDiscardedByMessageCountLimit()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetNumStoredMessages
ulong GetNumStoredMessages()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetNumStoredMessagesAllowedByRetrievalFilter
ulong GetNumStoredMessagesAllowedByRetrievalFilter()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetRetrievalFilter
HRESULT GetRetrievalFilter(D3D12_INFO_QUEUE_FILTER* pFilter, size_t* pFilterByteLength)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetRetrievalFilterStackSize
uint GetRetrievalFilterStackSize()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetStorageFilter
HRESULT GetStorageFilter(D3D12_INFO_QUEUE_FILTER* pFilter, size_t* pFilterByteLength)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetStorageFilterStackSize
uint GetStorageFilterStackSize()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PopRetrievalFilter
void PopRetrievalFilter()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PopStorageFilter
void PopStorageFilter()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PushCopyOfRetrievalFilter
HRESULT PushCopyOfRetrievalFilter()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PushCopyOfStorageFilter
HRESULT PushCopyOfStorageFilter()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PushEmptyRetrievalFilter
HRESULT PushEmptyRetrievalFilter()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PushEmptyStorageFilter
HRESULT PushEmptyStorageFilter()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PushRetrievalFilter
HRESULT PushRetrievalFilter(D3D12_INFO_QUEUE_FILTER* pFilter)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PushStorageFilter
HRESULT PushStorageFilter(D3D12_INFO_QUEUE_FILTER* pFilter)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetBreakOnCategory
HRESULT SetBreakOnCategory(D3D12_MESSAGE_CATEGORY Category, bool bEnable)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetBreakOnID
HRESULT SetBreakOnID(D3D12_MESSAGE_ID ID, bool bEnable)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetBreakOnSeverity
HRESULT SetBreakOnSeverity(D3D12_MESSAGE_SEVERITY Severity, bool bEnable)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetMessageCountLimit
HRESULT SetMessageCountLimit(ulong MessageCountLimit)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetMuteDebugOutput
void SetMuteDebugOutput(bool bMute)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Meta