bgfx_update_dynamic_index_buffer

Update dynamic index buffer.

  1. void bgfx_update_dynamic_index_buffer(bgfx_dynamic_index_buffer_handle_t _handle, uint _startIndex, const(bgfx_memory_t)* _mem)
    version(BindBgfx_Static)
    extern (C) @nogc nothrow
    void
    bgfx_update_dynamic_index_buffer
  2. da_bgfx_update_dynamic_index_buffer bgfx_update_dynamic_index_buffer;

Parameters

_handle bgfx_dynamic_index_buffer_handle_t

Dynamic index buffer handle.

_startIndex uint

Start index.

_mem const(bgfx_memory_t)*

Index buffer data.

Meta