bgfx_vertex_layout_has

Returns true if VertexLayout contains attribute.

  1. bool bgfx_vertex_layout_has(const(bgfx_vertex_layout_t)* _this, bgfx_attrib_t _attrib)
    version(BindBgfx_Static)
    extern (C) @nogc nothrow
    bool
    bgfx_vertex_layout_has
  2. da_bgfx_vertex_layout_has bgfx_vertex_layout_has;

Parameters

_attrib bgfx_attrib_t

Attribute semantics. See: bgfx::Attrib

Meta