Struct ash::vk::DeviceGroupRenderPassBeginInfo
source · #[repr(C)]pub struct DeviceGroupRenderPassBeginInfo<'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 ()>,
}
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
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> DeviceGroupRenderPassBeginInfo<'a>
impl<'a> DeviceGroupRenderPassBeginInfo<'a>
pub fn device_mask(self, device_mask: u32) -> Self
pub fn device_render_areas(self, device_render_areas: &'a [Rect2D]) -> Self
Trait Implementations§
source§impl<'a> Clone for DeviceGroupRenderPassBeginInfo<'a>
impl<'a> Clone for DeviceGroupRenderPassBeginInfo<'a>
source§fn clone(&self) -> DeviceGroupRenderPassBeginInfo<'a>
fn clone(&self) -> DeviceGroupRenderPassBeginInfo<'a>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<'a> Debug for DeviceGroupRenderPassBeginInfo<'a>
impl<'a> Debug for DeviceGroupRenderPassBeginInfo<'a>
source§impl Default for DeviceGroupRenderPassBeginInfo<'_>
impl Default for DeviceGroupRenderPassBeginInfo<'_>
source§impl<'a> TaggedStructure for DeviceGroupRenderPassBeginInfo<'a>
impl<'a> TaggedStructure for DeviceGroupRenderPassBeginInfo<'a>
const STRUCTURE_TYPE: StructureType = StructureType::DEVICE_GROUP_RENDER_PASS_BEGIN_INFO
impl<'a> Copy for DeviceGroupRenderPassBeginInfo<'a>
impl ExtendsRenderPassBeginInfo for DeviceGroupRenderPassBeginInfo<'_>
impl ExtendsRenderingInfo for DeviceGroupRenderPassBeginInfo<'_>
impl Send for DeviceGroupRenderPassBeginInfo<'_>
impl Sync for DeviceGroupRenderPassBeginInfo<'_>
Auto Trait Implementations§
impl<'a> Freeze for DeviceGroupRenderPassBeginInfo<'a>
impl<'a> RefUnwindSafe for DeviceGroupRenderPassBeginInfo<'a>
impl<'a> Unpin for DeviceGroupRenderPassBeginInfo<'a>
impl<'a> UnwindSafe for DeviceGroupRenderPassBeginInfo<'a>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more