pub type DeviceGroupRenderPassBeginInfoKHR = DeviceGroupRenderPassBeginInfo;Aliased Type§
#[repr(C)]pub struct DeviceGroupRenderPassBeginInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub device_mask: u32,
pub device_render_area_count: u32,
pub p_device_render_areas: *const Rect2D,
}Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_DEVICE_GROUP_RENDER_PASS_BEGIN_INFO.
p_next: *const c_voidOptional, may be null.
device_mask: u32§device_render_area_count: u32Length of p_device_render_areas.
p_device_render_areas: *const Rect2D