bgfx_create_vertex_layout

Create vertex layout.

  1. bgfx_vertex_layout_handle_t bgfx_create_vertex_layout(const(bgfx_vertex_layout_t)* _layout)
    version(BindBgfx_Static)
    extern (C) @nogc nothrow
    bgfx_create_vertex_layout
  2. da_bgfx_create_vertex_layout bgfx_create_vertex_layout;

Parameters

_layout const(bgfx_vertex_layout_t)*

Vertex layout.

Meta