瀏覽代碼

Updated docs.

Branimir Karadzic 11 年之前
父節點
當前提交
12e530a317
共有 1 個文件被更改,包括 7 次插入1 次删除
  1. 7 1
      include/bgfx.h

+ 7 - 1
include/bgfx.h

@@ -815,7 +815,13 @@ namespace bgfx
 	///
 	FrameBufferHandle createFrameBuffer(uint8_t _num, TextureHandle* _handles, bool _destroyTextures = false);
 
-	/// Create frame buffer.
+	/// Create frame buffer for multiple window rendering.
+	///
+	/// @param _nwh OS' target native window handle.
+	/// @param _width Window back buffer width.
+	/// @param _height Window back buffer height.
+	/// @param _depthFormat Window back buffer depth format.
+	///
 	FrameBufferHandle createFrameBuffer(void* _nwh, uint16_t _width, uint16_t _height, TextureFormat::Enum _depthFormat = TextureFormat::UnknownDepth);
 
 	/// Destroy frame buffer.