cf_push_gpu_label¶
Category: graphics
GitHub: cute_graphics.h
Pushes a named region onto the GPU timeline, visible in RenderDoc/Nsight/PIX.
| 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.