Type Alias ash::vk::aliases::DeviceGroupRenderPassBeginInfoKHR
source · pub type DeviceGroupRenderPassBeginInfoKHR<'a> = DeviceGroupRenderPassBeginInfo<'a>;
Aliased Type§
struct DeviceGroupRenderPassBeginInfoKHR<'a> {
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,
pub _marker: PhantomData<&'a ()>,
}
Fields§
§s_type: StructureType
§p_next: *const c_void
§device_mask: u32
§device_render_area_count: u32
§p_device_render_areas: *const Rect2D
§_marker: PhantomData<&'a ()>