From aa6332a9bf580ba58c511b81814d1cc6056c4b84 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: Tue, 22 Jan 2019 09:25:42 -0800 Subject: [PATCH] Updated docs. --- bgfx.html | 10 ++++++---- genindex.html | 8 ++++---- objects.inv | Bin 19751 -> 19753 bytes searchindex.js | 2 +- 4 files changed, 11 insertions(+), 9 deletions(-) diff --git a/bgfx.html b/bgfx.html index 59e039fe1..28f07f7cc 100644 --- a/bgfx.html +++ b/bgfx.html @@ -1820,7 +1820,9 @@ creating windows.

Attention
bgfx::renderFrame is blocking call. It waits for bgfx::frame to be called from API thread to process frame. If timeout value is passed call will timeout and return even if bgfx::frame is not called.
Warning
-
This call should be only used on platforms that don’t allow creating separate rendering thread. If it is called before to bgfx::init, render thread won’t be created by bgfx::init call.
+
This call should be only used on platforms that don’t allow creating separate rendering thread. If it is called before to bgfx::init, render thread won’t be created by bgfx::init call.
+
Attention
+
C99 equivalent is bgfx_render_frame.
Parameters