[][src]Function fermium::renderer::SDL_GL_UnbindTexture

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

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

  • texture The SDL texture to unbind

Returns: 0 on success, or -1 if the operation is not supported