Constant SDL_GL_ACCELERATED_VISUAL

pub const SDL_GL_ACCELERATED_VISUAL: SDL_GLAttr;
Available on crate feature dep_sdl3 only.
Expand description

set to 1 to require hardware acceleration, set to 0 to force software rendering; defaults to allow either.