bgfx_encoder_stats_t

Encoder stats.

extern (C) @nogc nothrow
struct bgfx_encoder_stats_t {}

Members

Variables

cpuTimeBegin
long cpuTimeBegin;

Encoder thread CPU submit begin time.

cpuTimeEnd
long cpuTimeEnd;

Encoder thread CPU submit end time.

Meta