pub unsafe extern "C" fn bgfx_encoder_set_instance_count(
    _this: *mut bgfx_encoder_t,
    _numInstances: u32
)
Expand description

Set number of instances for auto generated instances use in conjunction with gl_InstanceID. @attention Availability depends on: BGFX_CAPS_VERTEX_ID.

@param[in] _numInstances