From 4857c9df8a2f2c6b7c7a41ffb7d714de827dbfec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Sat, 25 Jul 2015 18:21:34 -0700 Subject: [PATCH] Updated docs. --- include/bgfx.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/include/bgfx.h b/include/bgfx.h index be92598a..328ac0a5 100644 --- a/include/bgfx.h +++ b/include/bgfx.h @@ -1357,7 +1357,7 @@ namespace bgfx /// @param[in] _width Texture width. /// @param[in] _height Texture height. /// @param[in] _format Texture format. See: `TextureFormat::Enum`. - /// @param[in] _flags Default texture sampling mode is linear, and wrap mode + /// @param[in] _textureFlags Default texture sampling mode is linear, and wrap mode /// is repeat. /// - `BGFX_TEXTURE_[U/V/W]_[MIRROR/CLAMP]` - Mirror or clamp to edge wrap /// mode. @@ -1374,7 +1374,7 @@ namespace bgfx /// @param[in] _ratio Frame buffer size in respect to back-buffer size. See: /// `BackbufferRatio::Enum`. /// @param[in] _format Texture format. See: `TextureFormat::Enum`. - /// @param[in] _flags Default texture sampling mode is linear, and wrap mode + /// @param[in] _textureFlags Default texture sampling mode is linear, and wrap mode /// is repeat. /// - `BGFX_TEXTURE_[U/V/W]_[MIRROR/CLAMP]` - Mirror or clamp to edge wrap /// mode. @@ -1953,7 +1953,6 @@ namespace bgfx /// @param[in] _sampler Program sampler. /// @param[in] _handle Frame buffer handle. /// @param[in] _attachment Attachment index. - /// @param[in] _mip Mip level. /// @param[in] _access Texture access. See `Access::Enum`. /// @param[in] _format Texture format. See: `TextureFormat::Enum`. ///