Function SDL_PopGPUDebugGroup

pub unsafe extern "C" fn SDL_PopGPUDebugGroup(
    command_buffer: *mut SDL_GPUCommandBuffer,
)
Available on crate feature dep_sdl3 only.
Expand description

Ends the most-recently pushed debug group.

§Parameters

  • command_buffer: a command buffer.

§Availability

This function is available since SDL 3.2.0.

§See also