match bgfx::Stats struct

This commit is contained in:
Stuart Carnie
2016-04-19 01:07:27 -07:00
parent fe62fe5ebf
commit 7e0390e32b

View File

@@ -298,10 +298,12 @@ typedef struct bgfx_hmd
/**/
typedef struct bgfx_stats
{
uint64_t cpuTime;
uint64_t cpuTimeBegin;
uint64_t cpuTimeEnd;
uint64_t cpuTimerFreq;
uint64_t gpuTime;
uint64_t gpuTimeBegin;
uint64_t gpuTimeEnd;
uint64_t gpuTimerFreq;
} bgfx_stats_t;