Enum limn_core::prelude::glutin::Api []

pub enum Api {
    OpenGl,
    OpenGlEs,
    WebGl,
}

All APIs related to OpenGL that you can possibly get while using glutin.

Variants

The classical OpenGL. Available on Windows, Linux, OS/X.

OpenGL embedded system. Available on Linux, Android.

OpenGL for the web. Very similar to OpenGL ES.

Trait Implementations

impl Debug for Api

Formats the value using the given formatter. Read more

impl PartialEq<Api> for Api

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Copy for Api

impl Eq for Api

impl Clone for Api

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more