pub unsafe extern "C" fn bgfx_set_texture_name(
    _handle: bgfx_texture_handle_t,
    _name: *const c_char,
    _len: i32
)
Expand description

Set texture debug name.

@param[in] _handle Texture handle. @param[in] _name Texture name. @param[in] _len Texture name length (if length is INT32_MAX, it’s expected that _name is zero terminated string.