Struct ash::vk::QueueFamilyPropertiesBuilder [−][src]
#[repr(transparent)]pub struct QueueFamilyPropertiesBuilder<'a> { /* fields omitted */ }
Implementations
pub fn timestamp_valid_bits(
self,
timestamp_valid_bits: u32
) -> QueueFamilyPropertiesBuilder<'a>
pub fn min_image_transfer_granularity(
self,
min_image_transfer_granularity: Extent3D
) -> QueueFamilyPropertiesBuilder<'a>
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.
Methods from Deref<Target = QueueFamilyProperties>
Trait Implementations
type Target = QueueFamilyProperties
type Target = QueueFamilyProperties
The resulting type after dereferencing.