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(