Struct vulkano_framing::Reader [] [src]

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

A read-only frame.

Trait Implementations

impl<'a, T: 'a> Image for Reader<'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 Reader<'a, T>
[src]

Performs the conversion.