pub struct DeviceGroupCommandBufferBeginInfoBuilder<'a> { /* private fields */ }Implementations§
source§impl<'a> DeviceGroupCommandBufferBeginInfoBuilder<'a>
impl<'a> DeviceGroupCommandBufferBeginInfoBuilder<'a>
pub fn device_mask( self, device_mask: u32 ) -> DeviceGroupCommandBufferBeginInfoBuilder<'a>
sourcepub fn build(self) -> DeviceGroupCommandBufferBeginInfo
pub fn build(self) -> DeviceGroupCommandBufferBeginInfo
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 DeviceGroupCommandBufferBeginInfoBuilder<'a>
impl<'a> Deref for DeviceGroupCommandBufferBeginInfoBuilder<'a>
§type Target = DeviceGroupCommandBufferBeginInfo
type Target = DeviceGroupCommandBufferBeginInfo
The resulting type after dereferencing.