Enum glutin::GlProfile
[−]
[src]
pub enum GlProfile { Compatibility, Core, }
Describes the requested OpenGL context profiles.
Variants
Compatibility | Include all the immediate more functions and definitions. | |
Core | Include all the future-compatible functions and definitions. |