SDL_UnmapGPUTransferBuffer

Function SDL_UnmapGPUTransferBuffer 

Source
pub unsafe extern "C" fn SDL_UnmapGPUTransferBuffer(
    device: *mut SDL_GPUDevice,
    transfer_buffer: *mut SDL_GPUTransferBuffer,
)
Expand description

Unmaps a previously mapped transfer buffer.

§Parameters

  • device: a GPU context.
  • transfer_buffer: a previously mapped transfer buffer.

§Availability

This function is available since SDL 3.2.0.