Struct screen_13::prelude::vk::DeviceQueueInfo2Builder
source · pub struct DeviceQueueInfo2Builder<'a> { /* private fields */ }Implementations§
source§impl<'a> DeviceQueueInfo2Builder<'a>
impl<'a> DeviceQueueInfo2Builder<'a>
pub fn flags(self, flags: DeviceQueueCreateFlags) -> DeviceQueueInfo2Builder<'a>
pub fn queue_family_index(
self,
queue_family_index: u32
) -> DeviceQueueInfo2Builder<'a>
pub fn queue_index(self, queue_index: u32) -> DeviceQueueInfo2Builder<'a>
sourcepub fn build(self) -> DeviceQueueInfo2
pub fn build(self) -> DeviceQueueInfo2
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 DeviceQueueInfo2Builder<'a>
impl<'a> Deref for DeviceQueueInfo2Builder<'a>
§type Target = DeviceQueueInfo2
type Target = DeviceQueueInfo2
The resulting type after dereferencing.