bgfx_create_indirect_buffer

Create draw indirect buffer.

  1. bgfx_indirect_buffer_handle_t bgfx_create_indirect_buffer(uint _num)
    version(BindBgfx_Static)
    extern (C) @nogc nothrow
    bgfx_create_indirect_buffer
    (
    uint _num
    )
  2. da_bgfx_create_indirect_buffer bgfx_create_indirect_buffer;

Parameters

_num uint

Number of indirect calls.

Meta