SDL_PopGPUDebugGroup

Function SDL_PopGPUDebugGroup 

Source
pub unsafe extern "C" fn SDL_PopGPUDebugGroup(
    command_buffer: *mut SDL_GPUCommandBuffer,
)
Expand description

Ends the most-recently pushed debug group.

On Direct3D 12, using SDL_PopGPUDebugGroup requires WinPixEventRuntime.dll to be in your PATH or in the same directory as your executable. See here for instructions on how to obtain it.

§Parameters

  • command_buffer: a command buffer.

§Availability

This function is available since SDL 3.2.0.

§See also