bgfx_destroy_vertex_layout

Destroy vertex layout.

  1. void bgfx_destroy_vertex_layout(bgfx_vertex_layout_handle_t _layoutHandle)
    version(BindBgfx_Static)
    extern (C) @nogc nothrow
    void
    bgfx_destroy_vertex_layout
  2. da_bgfx_destroy_vertex_layout bgfx_destroy_vertex_layout;

Parameters

_layoutHandle bgfx_vertex_layout_handle_t

Vertex layout handle.

Meta