From dbdb41d5c8c9eac4dc3a3e7a7eaa211533126d2b 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:01:55 -0800 Subject: [PATCH] Updated docs. --- include/bgfx/platform.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/bgfx/platform.h b/include/bgfx/platform.h index c2e0eeed5..f78e22163 100644 --- a/include/bgfx/platform.h +++ b/include/bgfx/platform.h @@ -46,6 +46,9 @@ namespace bgfx /// @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. + /// + /// @attention C99 equivalent is `bgfx_render_frame`. + /// RenderFrame::Enum renderFrame(int32_t _msecs = -1); /// Set platform data.