Struct rgmk::Texture [] [src]

pub struct Texture {
    pub png_data: Vec<u8>,
    // some fields omitted
}

A texture.

Currently only PNG textures are supported.

Fields

The PNG data associated with this texture.