1 2 3 4
// vertices of a simple quad pub const QUAD: [f32; 12] = [ -1.0, 1.0, 1.0, 1.0, -1.0, -1.0, -1.0, -1.0, 1.0, 1.0, 1.0, -1.0, ];