bevy/crates/bevy_pbr
davier c79ec9cad6 Fix custom mesh pipelines (#3381)
# Objective

Fixes #3379 

## Solution

The custom mesh pipelines needed to be specialized on each mesh's primitive topology, as done in `queue_meshes()`

Co-authored-by: Carter Anderson <mcanders1@gmail.com>
2021-12-20 20:33:39 +00:00
..
src Fix custom mesh pipelines (#3381) 2021-12-20 20:33:39 +00:00
Cargo.toml Update wgpu to 0.12 and naga to 0.8 (#3375) 2021-12-19 03:03:06 +00:00