Constant SDL_GL_CONTEXT_PROFILE_MASK
pub const SDL_GL_CONTEXT_PROFILE_MASK: SDL_GLAttr;
Available on crate feature
dep_sdl3
only.Expand description
type of GL context (Core, Compatibility, ES). See SDL_GLProfile
; default value depends on platform.