瀏覽代碼

Updated docs.

Branimir Karadžić 9 年之前
父節點
當前提交
25e38b033a
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      include/bgfx/bgfx.h

+ 2 - 0
include/bgfx/bgfx.h

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