From 154464cd6df9b74aabcf2ab90a2adc09f7bc316a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Sat, 4 Feb 2017 15:44:58 -0800 Subject: [PATCH] Updated docs. --- include/bgfx/bgfx.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/bgfx/bgfx.h b/include/bgfx/bgfx.h index 2dc340ec3..d41ba5915 100644 --- a/include/bgfx/bgfx.h +++ b/include/bgfx/bgfx.h @@ -1908,7 +1908,7 @@ namespace bgfx , uint32_t _textureFlags = BGFX_TEXTURE_U_CLAMP|BGFX_TEXTURE_V_CLAMP ); - /// Create frame buffer. + /// Create MRT frame buffer from texture handles (simple). /// /// @param[in] _num Number of texture attachments. /// @param[in] _handles Texture attachments. @@ -1925,7 +1925,8 @@ namespace bgfx , bool _destroyTextures = false ); - /// Create frame buffer. + /// Create MRT frame buffer from texture handles with specific layer and + /// mip level. /// /// @param[in] _num Number of texture attachments. /// @param[in] _attachment Attachment texture info. See: `Attachment`.