Struct wgpu_hal::ColorAttachment
source · [−]pub struct ColorAttachment<'a, A: Api> {
pub target: Attachment<'a, A>,
pub resolve_target: Option<Attachment<'a, A>>,
pub ops: AttachmentOps,
pub clear_value: Color,
}
Fields
target: Attachment<'a, A>
resolve_target: Option<Attachment<'a, A>>
ops: AttachmentOps
clear_value: Color
Trait Implementations
Auto Trait Implementations
impl<'a, A> RefUnwindSafe for ColorAttachment<'a, A> where
<A as Api>::TextureView: RefUnwindSafe,
impl<'a, A> Send for ColorAttachment<'a, A>
impl<'a, A> Sync for ColorAttachment<'a, A>
impl<'a, A> Unpin for ColorAttachment<'a, A>
impl<'a, A> UnwindSafe for ColorAttachment<'a, A> where
<A as Api>::TextureView: RefUnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more