Struct windows_sys::Win32::Graphics::Direct3D12::D3D12_MESSAGE
[−]#[repr(C)]pub struct D3D12_MESSAGE {
pub Category: D3D12_MESSAGE_CATEGORY,
pub Severity: D3D12_MESSAGE_SEVERITY,
pub ID: D3D12_MESSAGE_ID,
pub pDescription: *mut u8,
pub DescriptionByteLength: usize,
}Expand description
Required features: ‘Win32_Graphics_Direct3D12’
Fields
Category: D3D12_MESSAGE_CATEGORYSeverity: D3D12_MESSAGE_SEVERITYID: D3D12_MESSAGE_IDpDescription: *mut u8DescriptionByteLength: usize