bgfx_set_vertex_count

Set number of vertices for auto generated vertices use in conjuction with gl_VertexID. Attention: Availability depends on: BGFX_CAPS_VERTEX_ID.

  1. void bgfx_set_vertex_count(uint _numVertices)
    version(BindBgfx_Static)
    extern (C) @nogc nothrow
    void
    bgfx_set_vertex_count
  2. da_bgfx_set_vertex_count bgfx_set_vertex_count;

Parameters

_numVertices uint

Number of vertices.

Meta