bevy/crates/bevy_render
Dusty DeWeese 73f524f61c Support topologies other than TriangleList (#3349)
# Objective

Fixes https://github.com/bevyengine/bevy/issues/3346

## Solution

I've encoded the topology in the `MeshKey` similar to how MSAA samples are handled.
2021-12-18 20:55:40 +00:00
..
src Support topologies other than TriangleList (#3349) 2021-12-18 20:55:40 +00:00
Cargo.toml Replace old renderer with new renderer (#3312) 2021-12-14 03:58:23 +00:00