pub unsafe extern "C" fn bgfx_set_view_name(
    _id: bgfx_view_id_t,
    _name: *const c_char
)
Expand description

Set view name. @remarks This is debug only feature. In graphics debugger view name will appear as: “nnnc ” ^ ^ ^ | +— compute (C) +—— view id

@param[in] _id View id. @param[in] _name View name.