From 63a9ed8219e8d9bcec61b34f6f5b443add50de90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=80=D0=B0=D0=BD=D0=B8=D0=BC=D0=B8=D1=80=20=D0=9A?= =?UTF-8?q?=D0=B0=D1=80=D0=B0=D1=9F=D0=B8=D1=9B?= Date: Sun, 3 Nov 2019 16:55:34 -0800 Subject: [PATCH] Updated docs. --- bgfx.html | 24 ++++++++++++++++++------ genindex.html | 12 ++++++++---- objects.inv | Bin 25768 -> 25824 bytes searchindex.js | 2 +- tools.html | 1 + 5 files changed, 28 insertions(+), 11 deletions(-) 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)
  • - - +