Updated docs.
This commit is contained in:
parent
854921bb48
commit
0555b5d297
@ -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 }
|
||||
|
Loading…
Reference in New Issue
Block a user