bevy/crates/bevy_pbr/src
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
..
render Update wgpu to 0.12 and naga to 0.8 (#3375) 2021-12-19 03:03:06 +00:00
alpha.rs Replace old renderer with new renderer (#3312) 2021-12-14 03:58:23 +00:00
bundle.rs add default standard material in PbrBundle (#3325) 2021-12-14 23:04:26 +00:00
lib.rs add default standard material in PbrBundle (#3325) 2021-12-14 23:04:26 +00:00
light.rs Fix crash with disabled winit (#3330) 2021-12-15 00:15:47 +00:00
material.rs add default standard material in PbrBundle (#3325) 2021-12-14 23:04:26 +00:00
wireframe.rs Fix custom mesh pipelines (#3381) 2021-12-20 20:33:39 +00:00