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.