pub type DeviceGroupCommandBufferBeginInfoKHR = DeviceGroupCommandBufferBeginInfo;Aliased Type§
#[repr(C)]pub struct DeviceGroupCommandBufferBeginInfoKHR {
pub sType: i32,
pub pNext: *const c_void,
pub deviceMask: u32,
}Fields§
§sType: i32§pNext: *const c_void§deviceMask: u32