Struct vk_sys::DispatchIndirectCommand [] [src]

pub struct DispatchIndirectCommand {
    pub x: u32,
    pub y: u32,
    pub z: u32,
}

Fields