[−][src]Struct ash::vk::AttachmentDescription
Fields
flags: AttachmentDescriptionFlags
format: Format
samples: SampleCountFlags
load_op: AttachmentLoadOp
store_op: AttachmentStoreOp
stencil_load_op: AttachmentLoadOp
stencil_store_op: AttachmentStoreOp
initial_layout: ImageLayout
final_layout: ImageLayout
Methods
impl AttachmentDescription
[src][−]
pub fn builder<'a>() -> AttachmentDescriptionBuilder<'a>
[src]
Trait Implementations
impl Copy for AttachmentDescription
[src]
impl Default for AttachmentDescription
[src][+]
impl Clone for AttachmentDescription
[src][+]
impl Debug for AttachmentDescription
[src][+]
Auto Trait Implementations
impl Unpin for AttachmentDescription
impl Sync for AttachmentDescription
impl Send for AttachmentDescription
impl UnwindSafe for AttachmentDescription
impl RefUnwindSafe for AttachmentDescription
Blanket Implementations
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,