pub type PrettifierGraphicRef<'a> = (u64, &'a [u8], u32, u32, isize, usize);Expand description
A single prettifier graphic entry passed to Renderer::update_prettifier_graphics:
(texture_id, rgba_data, pixel_width, pixel_height, screen_row, col).