SDL_ReleaseGPUComputePipeline

Frees the given compute pipeline as soon as it is safe to do so.

You must not reference the compute pipeline after calling this function.

extern (C) nothrow @nogc extern
void
SDL_ReleaseGPUComputePipeline

Parameters

device SDL_GPUDevice*

a GPU context.

compute_pipeline SDL_GPUComputePipeline*

a compute pipeline to be destroyed.

Meta