Enum glw::rendertarget::PixelFormat[][src]

pub enum PixelFormat {
    RGBA32F,
    RGBA8,
    R8,
    R16,
}

Available pixel formats for textures and render targets

Variants

Auto Trait Implementations

impl Send for PixelFormat

impl Sync for PixelFormat