$darkmode
Suckless OGL 1.0.0
A lean, high-performance C11 PBR Renderer
GPUStageInfo Struct Reference

Per-frame stage metadata stored alongside queries. More...

#include <gpu_profiler.h>

Data Fields

char name [MAX_GPU_STAGE_NAME]
 
uint32_t color
 
int depth
 
int parent_index
 

Detailed Description

Per-frame stage metadata stored alongside queries.

Field Documentation

◆ color

uint32_t GPUStageInfo::color

◆ depth

int GPUStageInfo::depth

◆ name

char GPUStageInfo::name[MAX_GPU_STAGE_NAME]

◆ parent_index

int GPUStageInfo::parent_index

The documentation for this struct was generated from the following file: