pub struct DeviceGroupRenderPassBeginInfoBuilder<'a> { /* private fields */ }Implementations§
source§impl<'a> DeviceGroupRenderPassBeginInfoBuilder<'a>
impl<'a> DeviceGroupRenderPassBeginInfoBuilder<'a>
pub fn device_mask(
self,
device_mask: u32
) -> DeviceGroupRenderPassBeginInfoBuilder<'a>
pub fn device_render_areas(
self,
device_render_areas: &'a [Rect2D]
) -> DeviceGroupRenderPassBeginInfoBuilder<'a>
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>
§type Target = DeviceGroupRenderPassBeginInfo
type Target = DeviceGroupRenderPassBeginInfo
The resulting type after dereferencing.