From d181a848f7a00f8be1c99a290bcf35c37756cce4 Mon Sep 17 00:00:00 2001 From: Branimir Karadzic Date: Sun, 7 Sep 2014 18:33:38 -0700 Subject: [PATCH] Updated docs. --- include/bgfx.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/bgfx.h b/include/bgfx.h index df811b60..c42e276d 100644 --- a/include/bgfx.h +++ b/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.