Struct ash::vk::PhysicalDeviceIDPropertiesBuilder
source · #[repr(transparent)]pub struct PhysicalDeviceIDPropertiesBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDeviceIDPropertiesBuilder<'a>
impl<'a> PhysicalDeviceIDPropertiesBuilder<'a>
pub fn device_uuid(self, device_uuid: [u8; 16]) -> Self
pub fn driver_uuid(self, driver_uuid: [u8; 16]) -> Self
pub fn device_luid(self, device_luid: [u8; 8]) -> Self
pub fn device_node_mask(self, device_node_mask: u32) -> Self
pub fn device_luid_valid(self, device_luid_valid: bool) -> Self
sourcepub fn build(self) -> PhysicalDeviceIDProperties
pub fn build(self) -> PhysicalDeviceIDProperties
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.