Enum glutin::Api 
            
                [−]
            
        [src]
pub enum Api {
    OpenGl,
    OpenGlEs,
    WebGl,
}All APIs related to OpenGL that you can possibly get while using glutin.
Variants
| OpenGl | The classical OpenGL. Available on Windows, Linux, OS/X. | 
| OpenGlEs | OpenGL embedded system. Available on Linux, Android. | 
| WebGl | OpenGL for the web. Very similar to OpenGL ES. |