[][src]Function tesserae::draw_tile_data

pub fn draw_tile_data<P: Into<Point>>(
    data: u64,
    tex: &mut Texture,
    point: P,
    fg: Color,
    bg: Color
)

Mostly used internally. Given a 64 bit integer, interprets it as an 8x8 tile and draws it to the given texture at the given point with the given foreground and background colors.