Function SDL_EndGPUComputePass

pub unsafe extern "C" fn SDL_EndGPUComputePass(
    compute_pass: *mut SDL_GPUComputePass,
)
Available on crate feature dep_sdl3 only.
Expand description

Ends the current compute pass.

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

§Parameters

  • compute_pass: a compute pass handle.

§Availability

This function is available since SDL 3.2.0.