[]Constant piston_window::BACK_END_MAX_VERTEX_COUNT

pub const BACK_END_MAX_VERTEX_COUNT: usize = 1023; // 1_023usize

Any triangulation method called on the back-end never exceeds this number of vertices. This can be used to initialize buffers that fit the chunk size.

Must be a multiple of 3 because you need 3 vertices per triangle in a triangle list.