Struct wgpu_hal::DepthStencilAttachment
source · [−]pub struct DepthStencilAttachment<'a, A: Api> {
pub target: Attachment<'a, A>,
pub depth_ops: AttachmentOps,
pub stencil_ops: AttachmentOps,
pub clear_value: (f32, u32),
}
Fields
target: Attachment<'a, A>
depth_ops: AttachmentOps
stencil_ops: AttachmentOps
clear_value: (f32, u32)
Trait Implementations
Auto Trait Implementations
impl<'a, A> RefUnwindSafe for DepthStencilAttachment<'a, A> where
<A as Api>::TextureView: RefUnwindSafe,
impl<'a, A> Send for DepthStencilAttachment<'a, A>
impl<'a, A> Sync for DepthStencilAttachment<'a, A>
impl<'a, A> Unpin for DepthStencilAttachment<'a, A>
impl<'a, A> UnwindSafe for DepthStencilAttachment<'a, A> where
<A as Api>::TextureView: RefUnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more