summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bgfx/include/bgfx/bgfx.h
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/bgfx/include/bgfx/bgfx.h')
-rw-r--r--3rdparty/bgfx/include/bgfx/bgfx.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/3rdparty/bgfx/include/bgfx/bgfx.h b/3rdparty/bgfx/include/bgfx/bgfx.h
index e34aaf406a3..98c26d45097 100644
--- a/3rdparty/bgfx/include/bgfx/bgfx.h
+++ b/3rdparty/bgfx/include/bgfx/bgfx.h
@@ -911,8 +911,10 @@ namespace bgfx
{
char name[256]; //!< View name.
ViewId view; //!< View id.
- int64_t cpuTimeElapsed; //!< CPU (submit) time elapsed.
- int64_t gpuTimeElapsed; //!< GPU time elapsed.
+ int64_t cpuTimeBegin; //!< CPU (submit) begin time.
+ int64_t cpuTimeEnd; //!< CPU (submit) end time.
+ int64_t gpuTimeBegin; //!< GPU begin time.
+ int64_t gpuTimeEnd; //!< GPU end time.
};
/// Encoder stats.