Updated docs.

This commit is contained in:
Бранимир Караџић
2019-03-17 09:38:07 -07:00
parent 1d52e0bd10
commit 28e8b8da04
2 changed files with 2 additions and 2 deletions

View File

@@ -2052,7 +2052,7 @@ namespace bgfx
/// Clear internal debug text buffer.
///
/// @param[in] _attr Background color.
/// @param[in] _small Default or 8x8 font.
/// @param[in] _small Default 8x16 or 8x8 font.
///
/// @attention C99 equivalent is `bgfx_dbg_text_clear`.
///

View File

@@ -826,7 +826,7 @@ func.dbgTextClear
"void"
.attr "uint8_t" --- Background color.
{ default = 0 }
.small "bool" --- Default or 8x8 font.
.small "bool" --- Default 8x16 or 8x8 font.
{ default = false }
--- Print formatted data to internal debug text character-buffer (VGA-compatible text mode).