bgfx_view_stats_t
extern (C) @nogc nothrow
struct bgfx_view_stats_t {
}
Members
- cpuTimeBegin
long cpuTimeBegin;
- cpuTimeEnd
long cpuTimeEnd;
- gpuTimeBegin
long gpuTimeBegin;
- gpuTimeEnd
long gpuTimeEnd;
- name
char[256] name;
- view
bgfx_view_id_t view;
bindbc bgfx types
aliasesenumsfunctionsstructsvariables
View stats.