logo

Trait luminance::backend::texture::TextureBase[][src]

pub unsafe trait TextureBase {
    type TextureRepr;
}
Expand description

Type family giving the backend representation type.

This type family is type-erased: it doesn’t know whether the texture is a 2D texture or a 3D one or a cubemap.

Associated Types

Backend representation of a texture.

Implementors