From f7c98fc7d3029f65b48fd49b4746f64d5e8f3f53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Mon, 15 Feb 2016 23:46:57 -0800 Subject: [PATCH] Cleanup. --- include/bgfx/bgfx.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/bgfx/bgfx.h b/include/bgfx/bgfx.h index e30d74171..851e78f44 100644 --- a/include/bgfx/bgfx.h +++ b/include/bgfx/bgfx.h @@ -532,6 +532,9 @@ namespace bgfx bool cubeMap; //!< Texture is cubemap. }; + /// Frame buffer texture attachemnt info. + /// + /// @attention C99 equivalent is `bgfx_attachment_t`. /// struct Attachment { @@ -1481,7 +1484,7 @@ namespace bgfx /// Create frame buffer. /// /// @param[in] _num Number of texture attachments. - /// @param[in] _attachment Attachment info. See: `Attachment`. + /// @param[in] _attachment Attachment texture info. See: `Attachment`. /// @param[in] _destroyTextures If true, textures will be destroyed when /// frame buffer is destroyed. ///