#[repr(C)]pub struct D3D12_DISPATCH_ARGUMENTS {
pub ThreadGroupCountX: u32,
pub ThreadGroupCountY: u32,
pub ThreadGroupCountZ: u32,
}Expand description
Required features: ‘Win32_Graphics_Direct3D12’
Fields
ThreadGroupCountX: u32ThreadGroupCountY: u32ThreadGroupCountZ: u32