bgfx_encoder_set_instance_data_buffer

Set instance data buffer for draw primitive.

  1. void bgfx_encoder_set_instance_data_buffer(bgfx_encoder_t* _this, const(bgfx_instance_data_buffer_t)* _idb, uint _start, uint _num)
    version(BindBgfx_Static)
    extern (C) @nogc nothrow
    void
    bgfx_encoder_set_instance_data_buffer
  2. da_bgfx_encoder_set_instance_data_buffer bgfx_encoder_set_instance_data_buffer;

Parameters

_idb const(bgfx_instance_data_buffer_t)*

Transient instance data buffer.

_start uint

First instance data.

_num uint

Number of data instances.

Meta