Function SDL_GL_DeleteContext
pub unsafe extern "C" fn SDL_GL_DeleteContext(context: *mut c_void)
Available on crate feature
dep_sdl2
only.Expand description
Delete an OpenGL context.
\param context the OpenGL context to be deleted
\since This function is available since SDL 2.0.0.
\sa SDL_GL_CreateContext