wgpu/wgpu-core
Christofer Nolander 06316c1bac
hal/metal: support Features::NON_FILL_POLYGON_MODE (#1885)
* hal/metal: support Features::NON_FILL_POLYGON_MODE

* Document Metal support for NON_FILL_POLYGON_MODE

* Split Features::NON_FILL_POLYGON_MODE in two

Adds two new features: `LINE_POLYGON_MODE` and `POINT_POLYGON_MODE`.

Allows metal to support `PolygonMode::Line` while not being required to
support `PolygonMode::Point`.

* Formatting

* Rename {LINE,POINT}_POLYGON_MODE to POLYGON_MODE_{LINE,POINT}
2021-08-31 16:20:38 +00:00
..
src hal/metal: support Features::NON_FILL_POLYGON_MODE (#1885) 2021-08-31 16:20:38 +00:00
build.rs hal/dx12: enable the backend in wgpu-core 2021-07-13 01:01:19 -04:00
Cargo.toml Switch naga to latest on git (#1858) 2021-08-24 18:20:44 -04:00