From 305cc6351ff17b1736dbfe45fa29654656fb7f20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Thu, 7 Jun 2018 16:02:28 -0700 Subject: [PATCH] Cleanup. --- include/bgfx/bgfx.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/include/bgfx/bgfx.h b/include/bgfx/bgfx.h index 86672554a..299f8cf6c 100644 --- a/include/bgfx/bgfx.h +++ b/include/bgfx/bgfx.h @@ -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);