Function SDL_GL_ResetAttributes

pub unsafe extern "C" fn SDL_GL_ResetAttributes()
Available on crate feature dep_sdl3 only.
Expand description

Reset all previously set OpenGL context attributes to their default values.

§Thread safety

This function should only be called on the main thread.

§Availability

This function is available since SDL 3.2.0.

§See also