Flecs v4.1
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
EcsPipelineStats Struct Reference

Component that stores pipeline statistics. More...

#include <stats.h>

Public Attributes

EcsStatsHeader hdr
 Statistics header.
 
ecs_map_t stats
 Map of pipeline statistics.
 

Detailed Description

Component that stores pipeline statistics.

Definition at line 460 of file stats.h.

Member Data Documentation

◆ hdr

EcsStatsHeader EcsPipelineStats::hdr

Statistics header.

Definition at line 461 of file stats.h.

◆ stats

ecs_map_t EcsPipelineStats::stats

Map of pipeline statistics.

Definition at line 462 of file stats.h.


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