Struct ash::vk::AttachmentDescriptionBuilder [−][src]
#[repr(transparent)]pub struct AttachmentDescriptionBuilder<'a> { /* fields omitted */ }
Implementations
pub fn stencil_load_op(
self,
stencil_load_op: AttachmentLoadOp
) -> AttachmentDescriptionBuilder<'a>
pub fn stencil_store_op(
self,
stencil_store_op: AttachmentStoreOp
) -> AttachmentDescriptionBuilder<'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 = AttachmentDescription>
Trait Implementations
type Target = AttachmentDescription
type Target = AttachmentDescription
The resulting type after dereferencing.