Updated docs.

This commit is contained in:
Бранимир Караџић 2023-12-26 13:18:09 -08:00
parent 854921bb48
commit 0555b5d297
1 changed files with 2 additions and 1 deletions

View File

@ -1160,9 +1160,10 @@ func.getRendererName
"const char*" --- Name of renderer.
.type "RendererType::Enum" --- Renderer backend type. See: `bgfx::RendererType`
--- Fill bgfx::Init struct with default values, before using it to initialize the library.
func.initCtor { cfunc }
"void"
.init "Init*"
.init "Init*" --- Pointer to structure to be initialized. See: `bgfx::Init` for more info.
--- Initialize the bgfx library.
func.init { cfunc }