()
| 199 | |
| 200 | impl Default for Grid { |
| 201 | fn default() -> Self { |
| 202 | Self { |
| 203 | pipeline: None, |
| 204 | vertex_buffer: None, |
| 205 | vertex_count: 0, |
| 206 | last_center: DVec2::splat(f64::NAN), |
| 207 | last_extents: DVec2::splat(f64::NAN), |
| 208 | last_style: GridStyle::default(), |
| 209 | } |
| 210 | } |
| 211 | } |
nothing calls this directly
no outgoing calls
no test coverage detected