Struct ash::vk::PhysicalDeviceIDPropertiesBuilder [−][src]
#[repr(transparent)]pub struct PhysicalDeviceIDPropertiesBuilder<'a> { /* fields omitted */ }
Implementations
pub fn device_luid_valid(
self,
device_luid_valid: bool
) -> PhysicalDeviceIDPropertiesBuilder<'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 = PhysicalDeviceIDProperties>
Trait Implementations
type Target = PhysicalDeviceIDProperties
type Target = PhysicalDeviceIDProperties
The resulting type after dereferencing.