From ba62e07459ce241dda782ff8458583a24179a34e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Fri, 6 Oct 2017 21:59:03 -0700 Subject: [PATCH] Cleanup. --- include/bgfx/bgfx.h | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/include/bgfx/bgfx.h b/include/bgfx/bgfx.h index a92bd99bd..00781ff34 100644 --- a/include/bgfx/bgfx.h +++ b/include/bgfx/bgfx.h @@ -1509,9 +1509,7 @@ namespace bgfx /// @param[in] _num Number of indices to allocate. /// /// @remarks - /// 1. You must call setIndexBuffer after alloc in order to avoid memory - /// leak. - /// 2. Only 16-bit index buffer is supported. + /// Only 16-bit index buffer is supported. /// /// @attention C99 equivalent is `bgfx_alloc_transient_index_buffer`. /// @@ -1525,10 +1523,6 @@ namespace bgfx /// @param[in] _num Number of vertices to allocate. /// @param[in] _decl Vertex declaration. /// - /// @remarks - /// You must call setVertexBuffer after alloc in order to avoid memory - /// leak. - /// /// @attention C99 equivalent is `bgfx_alloc_transient_vertex_buffer`. /// void allocTransientVertexBuffer( @@ -1562,10 +1556,6 @@ namespace bgfx /// @param[in] _num Number of instances. /// @param[in] _stride Instance stride. Must be multiple of 16. /// - /// @remarks - /// You must call setInstanceDataBuffer after alloc in order to avoid - /// memory leak. - /// /// @attention C99 equivalent is `bgfx_alloc_instance_data_buffer`. /// void allocInstanceDataBuffer(