Browse Source

Updated docs.

Branimir Karadžić 9 years ago
parent
commit
25e38b033a
1 changed files with 2 additions and 0 deletions
  1. 2 0
      include/bgfx/bgfx.h

+ 2 - 0
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.