From d9ca505ad2f329ace236654ec87edf3cf6e22f4c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?=
Date: Tue, 3 Oct 2017 21:00:22 -0700
Subject: [PATCH] Updated docs.
---
bgfx.html | 34 ++++++++++++++++++++++++++--------
examples.html | 16 ++++++++++++++++
genindex.html | 16 ++++++++++++++--
index.html | 2 ++
objects.inv | Bin 15583 -> 15680 bytes
searchindex.js | 2 +-
6 files changed, 59 insertions(+), 11 deletions(-)
diff --git a/bgfx.html b/bgfx.html
index 3dffad5b5..068d5063d 100644
--- a/bgfx.html
+++ b/bgfx.html
@@ -1277,39 +1277,45 @@
Public Members
+
+-
+int64_t
cpuTimeFrame
+CPU time between two bgfx::frame
calls.
+
+
-
-uint64_t
cpuTimeBegin
-CPU frame begin time.
+int64_t cpuTimeBegin
+Render thread CPU submit begin time.
-
-uint64_t
cpuTimeEnd
-CPU frame end time.
+int64_t cpuTimeEnd
+Render thread CPU submit end time.
-
-uint64_t
cpuTimerFreq
+int64_t cpuTimerFreq
CPU timer frequency.
-
-uint64_t
gpuTimeBegin
+int64_t gpuTimeBegin
GPU frame begin time.
-
-uint64_t
gpuTimeEnd
+int64_t gpuTimeEnd
GPU frame end time.
-
-uint64_t
gpuTimerFreq
+int64_t gpuTimerFreq
GPU timer frequency.
@@ -1343,6 +1349,18 @@
GPU driver latency.
+
+-
+int64_t
gpuMemoryMax
+Maximum available GPU memory.
+
+
+
+-
+int64_t
gpuMemoryUsed
+Available GPU memory.
+
+
-
uint16_t
width
diff --git a/examples.html b/examples.html
index be90a315f..93aeaa1d4 100644
--- a/examples.html
+++ b/examples.html
@@ -127,6 +127,8 @@
32-particles
33-pom
34-mvs
+
35-dynamic
+
36-sky
API Reference
@@ -1094,6 +1096,20 @@ off programatically.
+
+
+
Dynamic buffers update.
+
+
+
+
+
Perez dynamic sky model.
+
+
diff --git a/genindex.html b/genindex.html
index 3af438636..e2f1e7824 100644
--- a/genindex.html
+++ b/genindex.html
@@ -919,10 +919,22 @@
+ bgfx::Stats::cpuTimeFrame (C++ member)
+
+
+
bgfx::Stats::cpuTimerFreq (C++ member)
+ bgfx::Stats::gpuMemoryMax (C++ member)
+
+
+
+ bgfx::Stats::gpuMemoryUsed (C++ member)
+
+
+
bgfx::Stats::gpuTimeBegin (C++ member)
@@ -946,6 +958,8 @@
bgfx::Stats::numCompute (C++ member)
+
+
- bgfx::Stats::numDraw (C++ member)
@@ -954,8 +968,6 @@
- bgfx::Stats::numViews (C++ member)
- |
-
- bgfx::Stats::textHeight (C++ member)
diff --git a/index.html b/index.html
index 9d89bd9b7..0ac60fe90 100644
--- a/index.html
+++ b/index.html
@@ -239,6 +239,8 @@ licensed under permissive BSD-2 clause open source license.
32-particles
33-pom
34-mvs
+35-dynamic
+36-sky
API Reference |