Struct dxgi_win::structures::DXGI_INFO_QUEUE_MESSAGE [] [src]

pub struct DXGI_INFO_QUEUE_MESSAGE {
    pub Producer: DXGI_DEBUG_ID,
    pub Category: DXGI_INFO_QUEUE_MESSAGE_CATEGORY,
    pub Severity: DXGI_INFO_QUEUE_MESSAGE_SEVERITY,
    pub ID: DXGI_INFO_QUEUE_MESSAGE_ID,
    pub pDescription: *const c_char,
    pub DescriptionByteLength: SIZE_T,
}

Fields

Producer
Category
Severity
ID
pDescription
DescriptionByteLength