pub unsafe extern "C" fn bgfx_dbg_text_image(
    _x: u16,
    _y: u16,
    _width: u16,
    _height: u16,
    _data: *const c_void,
    _pitch: u16
)
Expand description

Draw image into internal debug text buffer.

@param[in] _x Position x from the left corner of the window. @param[in] _y Position y from the top corner of the window. @param[in] _width Image width. @param[in] _height Image height. @param[in] _data Raw image data (character/attribute raw encoding). @param[in] _pitch Image pitch in bytes.