SDL_EndGPUComputePass

Ends the current compute pass.

All bound compute state on the command buffer is unset. The compute pass handle is now invalid.

extern (C) nothrow @nogc extern
void
SDL_EndGPUComputePass

Parameters

compute_pass SDL_GPUComputePass*

a compute pass handle.

Meta