SDL_ReleaseGPUFence - Releases a fence obtained from SDL_SubmitGPUCommandBufferAndAcquireFence.
Contents
Availability
This function is available since SDL 3.2.0.
Description
You must not reference the fence after calling this function.
Function Parameters
device a GPU context.
fence a fence.
Name
SDL_ReleaseGPUFence - Releases a fence obtained from SDL_SubmitGPUCommandBufferAndAcquireFence.
See Also
SDL_SubmitGPUCommandBufferAndAcquireFence(3) Simple Directmedia Layer SDL 3.2.20 SDL_ReleaseGPUFence(3)
Synopsis
#include<SDL3/SDL_gpu.h>voidSDL_ReleaseGPUFence(SDL_GPUDevice*device,SDL_GPUFence*fence);
