Skip to main content

DeviceGroupRenderPassBeginInfoKHR

Type Alias DeviceGroupRenderPassBeginInfoKHR 

Source
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: StructureType

Must be VK_STRUCTURE_TYPE_DEVICE_GROUP_RENDER_PASS_BEGIN_INFO.

§p_next: *const c_void

Optional, may be null.

§device_mask: u32§device_render_area_count: u32

Length of p_device_render_areas.

§p_device_render_areas: *const Rect2D