Enum egli::ColorBufferType [] [src]

pub enum ColorBufferType {
    Rgb,
    Luminance,
}

Variants

Rgb
Luminance

Methods

impl ColorBufferType

unsafe fn from_raw(value: EGLint) -> ColorBufferType

Trait Implementations

Derived Implementations

impl Debug for ColorBufferType

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for ColorBufferType

fn clone(&self) -> ColorBufferType

1.0.0fn clone_from(&mut self, source: &Self)

impl Copy for ColorBufferType