pub unsafe extern "C" fn SDL_GL_UnbindTexture(
    texture: *mut SDL_Texture
) -> c_int
Expand description

\brief Unbind a texture from the current OpenGL/ES/ES2 context.

\param texture The SDL texture to unbind

\return 0 on success, or -1 if the operation is not supported