pub fn add_triangle(
    cont: &mut Container,
    graphics: Vec<&dyn Drawable<Pipeline = TrianglePipe>>
)