diff --git a/include/bgfx/bgfx.h b/include/bgfx/bgfx.h index 02ea5d4fe..8d2d6ea00 100644 --- a/include/bgfx/bgfx.h +++ b/include/bgfx/bgfx.h @@ -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.