浏览代码

Updated docs.

Branimir Karadžić 9 年之前
父节点
当前提交
1662ecdb80
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      include/bgfx/bgfx.h

+ 3 - 2
include/bgfx/bgfx.h

@@ -641,8 +641,9 @@ namespace bgfx
 		uint64_t gpuTimeEnd;   //!< GPU frame end time.
 		uint64_t gpuTimeEnd;   //!< GPU frame end time.
 		uint64_t gpuTimerFreq; //!< GPU timer frequency.
 		uint64_t gpuTimerFreq; //!< GPU timer frequency.
 
 
-		int64_t waitRender;    //!< Render wait time.
-		int64_t waitSubmit;    //!< Submit wait time.
+		int64_t waitRender;    //!< Time spent waiting for render backend thread to finish issuing
+		                       //!  draw commands to underlying graphics API.
+		int64_t waitSubmit;    //!< Time spent waiting for submit thread to advance to next frame.
 	};
 	};
 
 
 	/// Vertex declaration.
 	/// Vertex declaration.