diff --git a/include/bgfx/bgfx.h b/include/bgfx/bgfx.h index b5a70ce36..ed7a16a25 100644 --- a/include/bgfx/bgfx.h +++ b/include/bgfx/bgfx.h @@ -2651,7 +2651,7 @@ namespace bgfx , const Memory* _mem = NULL ); - /// Create frame buffer with size based on backbuffer ratio. Frame buffer will maintain ratio + /// Create texture with size based on backbuffer ratio. Texture will maintain ratio /// if back buffer resolution changes. /// /// @param[in] _ratio Frame buffer size in respect to back-buffer size. See: