#[repr(transparent)]pub struct PhysicalDeviceSeparateDepthStencilLayoutsFeaturesBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDeviceSeparateDepthStencilLayoutsFeaturesBuilder<'a>
impl<'a> PhysicalDeviceSeparateDepthStencilLayoutsFeaturesBuilder<'a>
pub fn separate_depth_stencil_layouts( self, separate_depth_stencil_layouts: bool ) -> Self
sourcepub fn build(self) -> PhysicalDeviceSeparateDepthStencilLayoutsFeatures
pub fn build(self) -> PhysicalDeviceSeparateDepthStencilLayoutsFeatures
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.