Constant SDL_HINT_OPENGL_LIBRARY

pub const SDL_HINT_OPENGL_LIBRARY: *const i8 = _; // {alloc39835<imm>: *const i8}
Available on crate feature dep_sdl3 only.
Expand description

Specify the OpenGL library to load.

This hint should be set before creating an OpenGL window or creating an OpenGL context. If this hint isn’t set, SDL will choose a reasonable default.

§Availability

This hint is available since SDL 3.2.0.