瀏覽代碼

Updated docs.

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

+ 3 - 0
include/bgfx.h

@@ -822,6 +822,9 @@ namespace bgfx
 	/// @param _height Window back buffer height.
 	/// @param _depthFormat Window back buffer depth format.
 	///
+	/// NOTE:
+	///   Frame buffer cannnot be used for sampling.
+	///
 	FrameBufferHandle createFrameBuffer(void* _nwh, uint16_t _width, uint16_t _height, TextureFormat::Enum _depthFormat = TextureFormat::UnknownDepth);
 
 	/// Destroy frame buffer.