Struct ash::vk::PhysicalDevicePropertiesBuilder [−][src]
#[repr(transparent)]pub struct PhysicalDevicePropertiesBuilder<'a> { /* fields omitted */ }
Implementations
pub fn device_type(
self,
device_type: PhysicalDeviceType
) -> PhysicalDevicePropertiesBuilder<'a>
pub fn pipeline_cache_uuid(
self,
pipeline_cache_uuid: [u8; 16]
) -> PhysicalDevicePropertiesBuilder<'a>
pub fn sparse_properties(
self,
sparse_properties: PhysicalDeviceSparseProperties
) -> PhysicalDevicePropertiesBuilder<'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 = PhysicalDeviceProperties>
Trait Implementations
type Target = PhysicalDeviceProperties
type Target = PhysicalDeviceProperties
The resulting type after dereferencing.