mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Updated docs.
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user