bgfx_vertex_layout_decode

Decode attribute.

  1. void bgfx_vertex_layout_decode(const(bgfx_vertex_layout_t)* _this, bgfx_attrib_t _attrib, byte* _num, bgfx_attrib_type_t* _type, bool* _normalized, bool* _asInt)
    version(BindBgfx_Static)
    extern (C) @nogc nothrow
    void
    bgfx_vertex_layout_decode
  2. da_bgfx_vertex_layout_decode bgfx_vertex_layout_decode;

Parameters

_attrib bgfx_attrib_t

Attribute semantics. See: bgfx::Attrib

_num byte*

Number of elements.

_type bgfx_attrib_type_t*

Element type.

_normalized bool*

Attribute is normalized.

_asInt bool*

Attribute is packed as int.

Meta