pub unsafe extern "C" fn SDL_UnmapGPUTransferBuffer(
device: *mut SDL_GPUDevice,
transfer_buffer: *mut SDL_GPUTransferBuffer,
)Expand description
Unmaps a previously mapped transfer buffer.
Parameter: device a GPU context. Parameter: transfer_buffer a previously mapped transfer buffer.
Available Since: This function is available since SDL 3.2.0.