From a96805e1f569a294c0139dc3438263ad96c4d926 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Sat, 10 Feb 2018 12:10:29 -0800 Subject: [PATCH] Updated docs. --- include/bgfx/bgfx.h | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/include/bgfx/bgfx.h b/include/bgfx/bgfx.h index defc78bcd..fa96edac6 100644 --- a/include/bgfx/bgfx.h +++ b/include/bgfx/bgfx.h @@ -1059,9 +1059,6 @@ namespace bgfx /// /// @param[in] _tib Transient index buffer. /// - /// @remarks - /// _tib pointer after this call is invalid. - /// /// @attention C99 equivalent is `bgfx_set_transient_index_buffer`. /// void setIndexBuffer(const TransientIndexBuffer* _tib); @@ -1072,9 +1069,6 @@ namespace bgfx /// @param[in] _firstIndex First index to render. /// @param[in] _numIndices Number of indices to render. /// - /// @remarks - /// _tib pointer after this call is invalid. - /// /// @attention C99 equivalent is `bgfx_set_transient_index_buffer`. /// void setIndexBuffer( @@ -1144,9 +1138,6 @@ namespace bgfx /// @param[in] _stream Vertex stream. /// @param[in] _tvb Transient vertex buffer. /// - /// @remarks - /// _tvb pointer after this call is invalid. - /// /// @attention C99 equivalent is `bgfx_set_transient_vertex_buffer`. /// void setVertexBuffer( @@ -1161,9 +1152,6 @@ namespace bgfx /// @param[in] _startVertex First vertex to render. /// @param[in] _numVertices Number of vertices to render. /// - /// @remarks - /// _tvb pointer after this call is invalid. - /// /// @attention C99 equivalent is `bgfx_set_transient_vertex_buffer`. /// void setVertexBuffer( @@ -1178,9 +1166,6 @@ namespace bgfx /// @param[in] _idb Transient instance data buffer. /// @param[in] _num Number of data instances. /// - /// @remarks - /// _idb pointer after this call is invalid. - /// /// @attention C99 equivalent is `bgfx_set_instance_data_buffer`. /// void setInstanceDataBuffer( @@ -3393,9 +3378,6 @@ namespace bgfx /// /// @param[in] _tib Transient index buffer. /// - /// @remarks - /// _tib pointer after this call is invalid. - /// /// @attention C99 equivalent is `bgfx_set_transient_index_buffer`. /// void setIndexBuffer(const TransientIndexBuffer* _tib); @@ -3406,9 +3388,6 @@ namespace bgfx /// @param[in] _firstIndex First index to render. /// @param[in] _numIndices Number of indices to render. /// - /// @remarks - /// _tib pointer after this call is invalid. - /// /// @attention C99 equivalent is `bgfx_set_transient_index_buffer`. /// void setIndexBuffer( @@ -3478,9 +3457,6 @@ namespace bgfx /// @param[in] _stream Vertex stream. /// @param[in] _tvb Transient vertex buffer. /// - /// @remarks - /// _tvb pointer after this call is invalid. - /// /// @attention C99 equivalent is `bgfx_set_transient_vertex_buffer`. /// void setVertexBuffer( @@ -3495,9 +3471,6 @@ namespace bgfx /// @param[in] _startVertex First vertex to render. /// @param[in] _numVertices Number of vertices to render. /// - /// @remarks - /// _tvb pointer after this call is invalid. - /// /// @attention C99 equivalent is `bgfx_set_transient_vertex_buffer`. /// void setVertexBuffer( @@ -3512,9 +3485,6 @@ namespace bgfx /// @param[in] _idb Transient instance data buffer. /// @param[in] _num Number of data instances. /// - /// @remarks - /// _idb pointer after this call is invalid. - /// /// @attention C99 equivalent is `bgfx_set_instance_data_buffer`. /// void setInstanceDataBuffer(