bgfx_set_instance_count

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

  1. void bgfx_set_instance_count(uint _numInstances)
    version(BindBgfx_Static)
    extern (C) @nogc nothrow
    void
    bgfx_set_instance_count
  2. da_bgfx_set_instance_count bgfx_set_instance_count;

Meta