pub type D3D12MessageFunc = Option<unsafe extern "system" fn(category: D3D12_MESSAGE_CATEGORY, severity: D3D12_MESSAGE_SEVERITY, id: D3D12_MESSAGE_ID, pdescription: PCSTR, pcontext: *mut c_void)>;
Expand description

Required features: "Win32_Graphics_Direct3D12"