#[repr(transparent)]pub struct PhysicalDeviceDepthStencilResolvePropertiesBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDeviceDepthStencilResolvePropertiesBuilder<'a>
impl<'a> PhysicalDeviceDepthStencilResolvePropertiesBuilder<'a>
pub fn supported_depth_resolve_modes( self, supported_depth_resolve_modes: ResolveModeFlags ) -> Self
pub fn supported_stencil_resolve_modes( self, supported_stencil_resolve_modes: ResolveModeFlags ) -> Self
pub fn independent_resolve_none(self, independent_resolve_none: bool) -> Self
pub fn independent_resolve(self, independent_resolve: bool) -> Self
sourcepub fn build(self) -> PhysicalDeviceDepthStencilResolveProperties
pub fn build(self) -> PhysicalDeviceDepthStencilResolveProperties
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.