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