$darkmode
Suckless OGL 1.0.0
A lean, high-performance C11 PBR Renderer
tracy_gpu.h File Reference
#include <stdbool.h>
#include <stdint.h>
Include dependency graph for tracy_gpu.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define tracy_gpu_init()   ((void)0)
 
#define tracy_gpu_collect()   ((void)0)
 
#define tracy_gpu_zone_begin(name, function, file, line, color)   (0)
 
#define tracy_gpu_zone_end(ctx)   ((void)0)
 

Macro Definition Documentation

◆ tracy_gpu_collect

#define tracy_gpu_collect ( )    ((void)0)

◆ tracy_gpu_init

#define tracy_gpu_init ( )    ((void)0)

◆ tracy_gpu_zone_begin

#define tracy_gpu_zone_begin (   name,
  function,
  file,
  line,
  color 
)    (0)

◆ tracy_gpu_zone_end

#define tracy_gpu_zone_end (   ctx)    ((void)0)