Currently, the only WGPU feature that is set is `DEPTH_CLIP_CONTROL`. It would be nice to enable e.g. `wgpu::PolygonMode::Line`. Could be implemented as a Cargo feature, or a constructor.
Currently, the only WGPU feature that is set is
DEPTH_CLIP_CONTROL.It would be nice to enable e.g.
wgpu::PolygonMode::Line.Could be implemented as a Cargo feature, or a constructor.