[][src]Struct web_glitz::render_target::DepthAttachment

pub struct DepthAttachment<I> where
    I: AsAttachableImageRef,
    I::Format: DepthRenderable
{ pub image: I, pub load_op: LoadOp<f32>, pub store_op: StoreOp, }

Fields

image: Iload_op: LoadOp<f32>store_op: StoreOp

Trait Implementations

impl<I> DepthStencilAttachmentDescription for DepthAttachment<I> where
    I: AsAttachableImageRef,
    I::Format: DepthRenderable
[src]

type Buffer = DepthBuffer<I::Format>

Auto Trait Implementations

impl<I> Send for DepthAttachment<I> where
    I: Send

impl<I> Unpin for DepthAttachment<I> where
    I: Unpin

impl<I> Sync for DepthAttachment<I> where
    I: Sync

impl<I> UnwindSafe for DepthAttachment<I> where
    I: UnwindSafe

impl<I> RefUnwindSafe for DepthAttachment<I> where
    I: RefUnwindSafe

Blanket Implementations

impl<D, T> IntoBuffer<T> for D where
    D: Borrow<T> + 'static,
    T: Copy + 'static, 
[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]