pub fn rect_tri_list_uv<I: ImageSize>(
    image: &I,
    source_rect: SourceRectangle
) -> [[f32; 2]; 6]
Expand description

Creates triangle list texture coords from image.