This commit is contained in:
Branimir Karadžić 2016-10-19 08:47:24 -07:00
Родитель dc5a3e6e6c
Коммит 25e38b033a
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -1077,6 +1077,8 @@ namespace bgfx
/// Returns performance counters.
///
/// @attention C99 equivalent is `bgfx_get_stats`.
///
const Stats* getStats();
/// Allocate buffer to pass to bgfx calls. Data will be freed inside bgfx.