Struct ash::vk::ClearDepthStencilValueBuilder
source · #[repr(transparent)]pub struct ClearDepthStencilValueBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> ClearDepthStencilValueBuilder<'a>
impl<'a> ClearDepthStencilValueBuilder<'a>
pub fn depth(self, depth: f32) -> Self
pub fn stencil(self, stencil: u32) -> Self
sourcepub fn build(self) -> ClearDepthStencilValue
pub fn build(self) -> ClearDepthStencilValue
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.