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