Enum glium::Api [] [src]

pub enum Api {
    Gl,
    GlEs,
}

Describes an OpenGL-related API.

Variants

Gl

Regular OpenGL.

GlEs

OpenGL embedded system.

Trait Implementations

Derived Implementations

impl Eq for Api

impl PartialEq for Api

fn eq(&self, __arg_0: &Api) -> bool

fn ne(&self, __arg_0: &Api) -> bool

impl Clone for Api

fn clone(&self) -> Api

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

impl Copy for Api

impl Debug for Api

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