logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

SDL_GPUFence - An opaque handle representing a fence.

Availability

       This struct is available since SDL 3.2.0.

Name

       SDL_GPUFence - An opaque handle representing a fence.

See Also

SDL_SubmitGPUCommandBufferAndAcquireFence(3),        SDL_QueryGPUFence(3),       SDL_WaitForGPUFences(3),
       SDL_ReleaseGPUFence(3)

Simple Directmedia Layer                           SDL 3.2.20                                SDL_GPUFence(3type)

Synopsis

#include<SDL3/SDL_gpu.h>typedefstructSDL_GPUFenceSDL_GPUFence;

See Also