pub unsafe extern "C" fn SDL_EndGPUComputePass(
compute_pass: *mut SDL_GPUComputePass,
)Expand description
Ends the current compute pass.
All bound compute state on the command buffer is unset. The compute pass handle is now invalid.
Parameter: compute_pass a compute pass handle.
Available Since: This function is available since SDL 3.2.0.