Struct ash::vk::DeviceGroupRenderPassBeginInfoBuilder
source · #[repr(transparent)]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.