[][src]Struct web_glitz::render_target::FloatAttachment

pub struct FloatAttachment<I> where
    I: AsAttachableImageRef,
    I::Format: FloatRenderable
{ pub image: I, pub load_op: LoadOp<[f32; 4]>, pub store_op: StoreOp, }

Fields

image: Iload_op: LoadOp<[f32; 4]>store_op: StoreOp

Trait Implementations

impl<I> ColorAttachmentDescription for FloatAttachment<I> where
    I: AsAttachableImageRef,
    I::Format: FloatRenderable
[src]

type Buffer = FloatBuffer<I::Format>

The type of [RenderBuffer] that is allocated in the framebuffer to buffer modifications to the attached image. Read more

Auto Trait Implementations

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

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

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

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

impl<I> RefUnwindSafe for FloatAttachment<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]