Struct ash::vk::DeviceGroupRenderPassBeginInfoBuilder
source · pub struct DeviceGroupRenderPassBeginInfoBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> DeviceGroupRenderPassBeginInfoBuilder<'a>
impl<'a> DeviceGroupRenderPassBeginInfoBuilder<'a>
pub fn device_mask(self, device_mask: u32) -> Self
pub fn device_render_areas(self, device_render_areas: &'a [Rect2D]) -> Self
sourcepub fn build(self) -> DeviceGroupRenderPassBeginInfo
pub fn build(self) -> DeviceGroupRenderPassBeginInfo
Calling build will discard all the lifetime information. Only call this if
necessary! Builders implement Deref
targeting their corresponding Vulkan struct,
so references to builders can be passed directly to Vulkan functions.
Trait Implementations§
source§impl<'a> Deref for DeviceGroupRenderPassBeginInfoBuilder<'a>
impl<'a> Deref for DeviceGroupRenderPassBeginInfoBuilder<'a>
source§impl<'a> DerefMut for DeviceGroupRenderPassBeginInfoBuilder<'a>
impl<'a> DerefMut for DeviceGroupRenderPassBeginInfoBuilder<'a>
impl ExtendsRenderPassBeginInfo for DeviceGroupRenderPassBeginInfoBuilder<'_>
impl ExtendsRenderingInfo for DeviceGroupRenderPassBeginInfoBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for DeviceGroupRenderPassBeginInfoBuilder<'a>
impl<'a> RefUnwindSafe for DeviceGroupRenderPassBeginInfoBuilder<'a>
impl<'a> !Send for DeviceGroupRenderPassBeginInfoBuilder<'a>
impl<'a> !Sync for DeviceGroupRenderPassBeginInfoBuilder<'a>
impl<'a> Unpin for DeviceGroupRenderPassBeginInfoBuilder<'a>
impl<'a> UnwindSafe for DeviceGroupRenderPassBeginInfoBuilder<'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