Struct amethyst_renderer::ImageData[][src]

pub struct ImageData {
    pub raw: Image<u8>,
}

ImageData provided by formats, can be interpreted as a texture.

Fields

The raw image data.

Trait Implementations

impl Clone for ImageData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ImageData
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ImageData

impl Sync for ImageData