Updated docs.

This commit is contained in:
Бранимир Караџић 2019-01-22 09:01:55 -08:00
parent e783582745
commit dbdb41d5c8

View File

@ -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.