This commit is contained in:
Branimir Karadžić
2018-06-07 16:02:28 -07:00
parent 671e329afc
commit 305cc6351f

View File

@@ -3560,6 +3560,13 @@ namespace bgfx
, uint32_t _numVertices
);
/// Set number of vertices for auto generated vertices use in conjuction
/// with gl_VertexID.
///
/// @param[in] _numVertices Number of vertices.
///
/// @attention Availability depends on: `BGFX_CAPS_VERTEX_ID`.
/// @attention C99 equivalent is `bgfx_set_vertex_count`.
///
void setVertexCount(uint32_t _numVertices);