BORDER_VERTICES_PER_RING

Constant BORDER_VERTICES_PER_RING 

Source
pub const BORDER_VERTICES_PER_RING: u32 = 24;
Expand description

Number of vertices the WGSL shader expands per ring. 4 strips × 2 triangles × 3 vertices = 24. Exposed for tests.