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> Freeze for DepthStencilAttachment<'a, A>
impl<'a, A> RefUnwindSafe for DepthStencilAttachment<'a, A>
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>
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