Struct e2rcore::implement::render::texture::Texture [] [src]

pub struct Texture {
    pub _data: Vec<(Channel, u8)>,
    pub _dim: Vec<usize>,
    pub _channels: HashMap<Channel, usize>,
}

Fields

Methods

impl Texture
[src]

[src]

Trait Implementations

impl Clone for Texture
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Index<(usize, Channel)> for Texture
[src]

The returned type after indexing.

[src]

Performs the indexing (container[index]) operation.