Struct vk_sys::DispatchIndirectCommand
source · #[repr(C)]pub struct DispatchIndirectCommand {
pub x: u32,
pub y: u32,
pub z: u32,
}
Fields§
§x: u32
§y: u32
§z: u32
#[repr(C)]pub struct DispatchIndirectCommand {
pub x: u32,
pub y: u32,
pub z: u32,
}
x: u32
§y: u32
§z: u32