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