Function fermium::renderer::SDL_UnlockTexture[][src]

pub unsafe extern "C" fn SDL_UnlockTexture(texture: *mut SDL_Texture)

Unlock a texture, uploading the changes to video memory, if needed.

If SDL_LockTextureToSurface was called for locking, the SDL surface is freed.

See Also: SDL_LockTexture, SDL_LockTextureToSurface