bevy/pipelined/bevy_render2/src
Dimev 5fa0b5b498 Added ComputePipelineDescriptor (#2628)
# Objective
Fix ComputePipelineDescriptor missing from WGPU exports

## Solution
Added it to the pub use wgpu::{ ... }


Co-authored-by: Dimas <skythedragon@outlook.com>
2021-08-11 20:28:50 +00:00
..
camera remove .system from pipelined code (#2538) 2021-07-26 23:44:23 +00:00
color fix clippy 2021-07-24 16:43:37 -07:00
mesh fix nightly clippy lints (#2568) 2021-07-30 03:17:27 +00:00
render_graph expose subgraph iterator (#25) 2021-07-24 16:43:37 -07:00
render_phase fmt + clippy 2021-07-24 16:43:37 -07:00
render_resource Added ComputePipelineDescriptor (#2628) 2021-08-11 20:28:50 +00:00
renderer fix nightly clippy lints (#2568) 2021-07-30 03:17:27 +00:00
shader fix nightly clippy lints (#2568) 2021-07-30 03:17:27 +00:00
texture fix nightly clippy lints (#2568) 2021-07-30 03:17:27 +00:00
view remove .system from pipelined code (#2538) 2021-07-26 23:44:23 +00:00
lib.rs move bevy_core_pipeline to its own plugin (#2552) 2021-07-28 21:29:32 +00:00
render_asset.rs remove .system from pipelined code (#2538) 2021-07-26 23:44:23 +00:00