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