Enum sdl2::video::GLProfile
[−]
[src]
pub enum GLProfile { Core, Compatibility, GLES, }
Variants
Core | OpenGL core profile - deprecated functions are disabled |
Compatibility | OpenGL compatibility profile - deprecated functions are allowed |
GLES | OpenGL ES profile - only a subset of the base OpenGL functionality is available |