diff --git a/bgfx.html b/bgfx.html index 81a40f317..317f188e7 100644 --- a/bgfx.html +++ b/bgfx.html @@ -1792,15 +1792,27 @@
-
-int64_t cpuTimeElapsed
-

CPU (submit) time elapsed.

+
+int64_t cpuTimeBegin
+

CPU (submit) begin time.

-
-int64_t gpuTimeElapsed
-

GPU time elapsed.

+
+int64_t cpuTimeEnd
+

CPU (submit) end time.

+
+ +
+
+int64_t gpuTimeBegin
+

GPU begin time.

+
+ +
+
+int64_t gpuTimeEnd
+

GPU end time.

diff --git a/genindex.html b/genindex.html index 940e78973..aa35ae559 100644 --- a/genindex.html +++ b/genindex.html @@ -735,10 +735,10 @@
  • bgfx::Stats::numVertexBuffers (C++ member)
  • - - +