1 2 3 4
pub const RECTANGLE_INDICES: &[u16] = &[0, 1, 2, 0, 2, 3]; pub const VIEWPORT_WIDTH: f32 = 1.0; pub const VIEWPORT_HEIGHT: f32 = 1.0;