From 25e38b033a3ad3ac54288e8742e4e405ff5767b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Wed, 19 Oct 2016 08:47:24 -0700 Subject: [PATCH] Updated docs. --- include/bgfx/bgfx.h | 2 ++ 1 file changed, 2 insertions(+) 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.