[go: up one dir, main page]

Expand description

Traits for a texture and its pixel contents.

Re-exports

pub use self::memory_rgba8_texture::MemoryRGBA8Texture;
pub use self::sub_texture::SubTexture;

Modules

Define Texture and Pixel for a generic Image.

Defines an RGBA8-based texture and pixel format.

Sub-texture Texture.

Traits

Describes a pixel type.

Describes a texture type.