Module texture_packer::texture[][src]

Traits for a texture and its pixel contents.

Re-exports

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

Modules

image_texture

Define Texture and Pixel for a generic Image.

memory_rgba8_texture

Defines an RGBA8-based texture and pixel format.

sub_texture

Sub-texture Texture.

Traits

Pixel

Describes a pixel type.

Texture

Describes a texture type.