pub unsafe extern "C" fn bgfx_vertex_layout_has(
    _this: *const bgfx_vertex_layout_t,
    _attrib: bgfx_attrib_t
) -> bool
Expand description

Returns true if VertexLayout contains attribute.

@param[in] _attrib Attribute semantics. See: bgfx::Attrib

@returns True if VertexLayout contains attribute.