pub type DeviceGroupRenderPassBeginInfoKHR = DeviceGroupRenderPassBeginInfo;
Expand description

Aliased Type§

struct DeviceGroupRenderPassBeginInfoKHR {
    pub s_type: StructureType,
    pub next: *const c_void,
    pub device_mask: u32,
    pub device_render_area_count: u32,
    pub device_render_areas: *const Rect2D,
}

Fields§

§s_type: StructureType§next: *const c_void§device_mask: u32§device_render_area_count: u32§device_render_areas: *const Rect2D