Enum gfx::device::tex::Components
[−]
[src]
pub enum Components { R, RG, RGB, RGBA, }
Describes the color components of each texel.
Variants
R | Red only |
RG | Red and green |
RGB | Red, green, blue |
RGBA | Red, green, blue, alpha |