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.
Trait Implementations§
source§impl<'a> Deref for PhysicalDeviceSeparateDepthStencilLayoutsFeaturesBuilder<'a>
impl<'a> Deref for PhysicalDeviceSeparateDepthStencilLayoutsFeaturesBuilder<'a>
source§impl<'a> DerefMut for PhysicalDeviceSeparateDepthStencilLayoutsFeaturesBuilder<'a>
impl<'a> DerefMut for PhysicalDeviceSeparateDepthStencilLayoutsFeaturesBuilder<'a>
impl ExtendsDeviceCreateInfo for PhysicalDeviceSeparateDepthStencilLayoutsFeaturesBuilder<'_>
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceSeparateDepthStencilLayoutsFeaturesBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceSeparateDepthStencilLayoutsFeaturesBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceSeparateDepthStencilLayoutsFeaturesBuilder<'a>
impl<'a> !Send for PhysicalDeviceSeparateDepthStencilLayoutsFeaturesBuilder<'a>
impl<'a> !Sync for PhysicalDeviceSeparateDepthStencilLayoutsFeaturesBuilder<'a>
impl<'a> Unpin for PhysicalDeviceSeparateDepthStencilLayoutsFeaturesBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceSeparateDepthStencilLayoutsFeaturesBuilder<'a>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more