mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-18 04:53:06 +01:00
Added bgfx::init default argument.
This commit is contained in:
@@ -1812,7 +1812,7 @@ namespace bgfx
|
||||
///
|
||||
/// @attention C99 equivalent is `bgfx_init`.
|
||||
///
|
||||
bool init(const Init& _init);
|
||||
bool init(const Init& _init = {});
|
||||
|
||||
/// Shutdown bgfx library.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user