Struct vulkano_framing::Writer [] [src]

pub struct Writer<'a, T: 'a> { /* fields omitted */ }

A mutable frame.

Trait Implementations

impl<'a, T: 'a> Image for Writer<'a, T> where
    T: Clone
[src]

The kind of pixel that the frame is made of.

The width of the frame in pixels.

The height of the frame in pixels.

Gets the pixel at the specified zero-indexed coordinates. Read more

impl<'a, T: 'a> AsRef<[T]> for Writer<'a, T>
[src]

Performs the conversion.

impl<'a, T: 'a> AsMut<[T]> for Writer<'a, T>
[src]

Performs the conversion.