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