SDL_GPUComputePipeline

An opaque handle representing a compute pipeline.

Header File

Defined in <SDL3/SDL_gpu.h>

Syntax

typedef struct SDL_GPUComputePipeline SDL_GPUComputePipeline;

Remarks

Used during compute passes.

Version

This struct is available since SDL 3.2.0.

See Also


CategoryAPI, CategoryAPIDatatype, CategoryGPU