[][src]Struct web_glitz::render_target::DepthStencilAttachmentEncoding

pub struct DepthStencilAttachmentEncoding<'a, 'b, B> { /* fields omitted */ }

Methods

impl<'a, 'b, F> DepthStencilAttachmentEncoding<'a, 'b, DepthStencilBuffer<F>> where
    F: DepthStencilRenderable
[src]

pub fn depth_stencil_attachment<I>(
    context: &'a mut DepthStencilAttachmentEncodingContext,
    image: &'b mut I,
    load_op: LoadOp<(f32, i32)>,
    store_op: StoreOp
) -> Self where
    I: AsAttachableImageRef<Format = F>, 
[src]

impl<'a, 'b, F> DepthStencilAttachmentEncoding<'a, 'b, DepthBuffer<F>> where
    F: DepthRenderable
[src]

pub fn depth_attachment<I>(
    context: &'a mut DepthStencilAttachmentEncodingContext,
    image: &'b mut I,
    load_op: LoadOp<f32>,
    store_op: StoreOp
) -> Self where
    I: AsAttachableImageRef<Format = F>, 
[src]

impl<'a, 'b, F> DepthStencilAttachmentEncoding<'a, 'b, StencilBuffer<F>> where
    F: StencilRenderable
[src]

pub fn stencil_attachment<I>(
    context: &'a mut DepthStencilAttachmentEncodingContext,
    image: &'b mut I,
    load_op: LoadOp<i32>,
    store_op: StoreOp
) -> Self where
    I: AsAttachableImageRef<Format = F>, 
[src]

Auto Trait Implementations

impl<'a, 'b, B> !Send for DepthStencilAttachmentEncoding<'a, 'b, B>

impl<'a, 'b, B> Unpin for DepthStencilAttachmentEncoding<'a, 'b, B> where
    B: Unpin

impl<'a, 'b, B> !Sync for DepthStencilAttachmentEncoding<'a, 'b, B>

impl<'a, 'b, B> !UnwindSafe for DepthStencilAttachmentEncoding<'a, 'b, B>

impl<'a, 'b, B> !RefUnwindSafe for DepthStencilAttachmentEncoding<'a, 'b, B>

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]