SDL_InsertGPUDebugLabel

Inserts an arbitrary string label into the command buffer callstream.

Useful for debugging.

extern (C) nothrow @nogc extern
void
SDL_InsertGPUDebugLabel

Parameters

command_buffer SDL_GPUCommandBuffer*

a command buffer.

text const(char)*

a UTF-8 string constant to insert as the label.

Meta