pub struct AttachmentDescriptionBuilder { /* private fields */ }Expand description
Builder for AttachmentDescription.
Implementations§
Source§impl AttachmentDescriptionBuilder
impl AttachmentDescriptionBuilder
pub fn flags(self, value: AttachmentDescriptionFlags) -> Self
pub fn format(self, value: Format) -> Self
pub fn samples(self, value: SampleCountFlagBits) -> Self
pub fn load_op(self, value: AttachmentLoadOp) -> Self
pub fn store_op(self, value: AttachmentStoreOp) -> Self
pub fn stencil_load_op(self, value: AttachmentLoadOp) -> Self
pub fn stencil_store_op(self, value: AttachmentStoreOp) -> Self
pub fn initial_layout(self, value: ImageLayout) -> Self
pub fn final_layout(self, value: ImageLayout) -> Self
Trait Implementations§
Source§impl Deref for AttachmentDescriptionBuilder
impl Deref for AttachmentDescriptionBuilder
Auto Trait Implementations§
impl Freeze for AttachmentDescriptionBuilder
impl RefUnwindSafe for AttachmentDescriptionBuilder
impl Send for AttachmentDescriptionBuilder
impl Sync for AttachmentDescriptionBuilder
impl Unpin for AttachmentDescriptionBuilder
impl UnsafeUnpin for AttachmentDescriptionBuilder
impl UnwindSafe for AttachmentDescriptionBuilder
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