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