Updated docs.
This commit is contained in:
parent
e783582745
commit
dbdb41d5c8
@ -46,6 +46,9 @@ namespace bgfx
|
|||||||
/// @warning This call should be only used on platforms that don't
|
/// @warning This call should be only used on platforms that don't
|
||||||
/// allow creating separate rendering thread. If it is called before
|
/// allow creating separate rendering thread. If it is called before
|
||||||
/// to bgfx::init, render thread won't be created by bgfx::init call.
|
/// 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);
|
RenderFrame::Enum renderFrame(int32_t _msecs = -1);
|
||||||
|
|
||||||
/// Set platform data.
|
/// Set platform data.
|
||||||
|
Loading…
Reference in New Issue
Block a user