SDL_GPUComputePass

An opaque handle representing a compute pass.

Header File

Defined in <SDL3/SDL_gpu.h>

Syntax

typedef struct SDL_GPUComputePass SDL_GPUComputePass;

Remarks

This handle is transient and should not be held or referenced after SDL_EndGPUComputePass is called.

Version

This struct is available since SDL 3.2.0.

See Also


CategoryAPI, CategoryAPIDatatype, CategoryGPU