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: StructureTypep_next: *const c_voiddevice_mask: u32device_render_area_count: u32p_device_render_areas: *const Rect2DImplementations
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