Function ringraphics::rectangle_texcoords[][src]

pub fn rectangle_texcoords(
    x: f32,
    y: f32,
    w: f32,
    h: f32,
    s0: f32,
    t0: f32,
    s1: f32,
    t1: f32
) -> Mesh<Vertex2DTex>