bgfx_encoder_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_encoder_set_vertex_count(bgfx_encoder_t* _this, uint _numVertices)
    version(BindBgfx_Static)
    extern (C) @nogc nothrow
    void
    bgfx_encoder_set_vertex_count
  2. da_bgfx_encoder_set_vertex_count bgfx_encoder_set_vertex_count;

Parameters

_numVertices uint

Number of vertices.

Meta