Enum egli::ColorBufferType
[−]
[src]
pub enum ColorBufferType { Rgb, Luminance, }
Variants
Rgb | ||
Luminance |
pub enum ColorBufferType { Rgb, Luminance, }
Rgb | ||
Luminance |
impl ColorBufferType
unsafe fn from_raw(value: EGLint) -> ColorBufferType
impl Debug for ColorBufferType
impl Clone for ColorBufferType
fn clone(&self) -> ColorBufferType
fn clone_from(&mut self, source: &Self)
impl Copy for ColorBufferType