Struct ash::vk::DeviceGroupRenderPassBeginInfo [−][src]
#[repr(C)]pub struct DeviceGroupRenderPassBeginInfo { 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, }
Expand description
Fields
s_type: StructureType
p_next: *const c_void
device_mask: u32
device_render_area_count: u32
p_device_render_areas: *const Rect2D
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !Send for DeviceGroupRenderPassBeginInfo
impl !Sync for DeviceGroupRenderPassBeginInfo
impl Unpin for DeviceGroupRenderPassBeginInfo
impl UnwindSafe for DeviceGroupRenderPassBeginInfo
Blanket Implementations
Mutably borrows from an owned value. Read more