Skip to content

cf_push_gpu_label

Category: graphics
GitHub: cute_graphics.h


Pushes a named region onto the GPU timeline, visible in RenderDoc/Nsight/PIX.

void cf_push_gpu_label(const char* name);
Parameters Description
name The region's display name in the capture.

Remarks

Purely diagnostic -- no rendering effect. Pop with cf_pop_gpu_label. Regions nest. No-op on the GLES backend.

cf_pop_gpu_label