bgfx_get_avail_instance_data_buffer

Returns number of requested or maximum available instance buffer slots.

  1. uint bgfx_get_avail_instance_data_buffer(uint _num, ushort _stride)
    version(BindBgfx_Static)
    extern (C) @nogc nothrow
    uint
    bgfx_get_avail_instance_data_buffer
    (
    uint _num
    ,
    ushort _stride
    )
  2. da_bgfx_get_avail_instance_data_buffer bgfx_get_avail_instance_data_buffer;

Parameters

_num uint

Number of required instances.

_stride ushort

Stride per instance.

Meta