bgfx_destroy_dynamic_index_buffer

Destroy dynamic index buffer.

  1. void bgfx_destroy_dynamic_index_buffer(bgfx_dynamic_index_buffer_handle_t _handle)
    version(BindBgfx_Static)
    extern (C) @nogc nothrow
    void
    bgfx_destroy_dynamic_index_buffer
  2. da_bgfx_destroy_dynamic_index_buffer bgfx_destroy_dynamic_index_buffer;

Parameters

_handle bgfx_dynamic_index_buffer_handle_t

Dynamic index buffer handle.

Meta