bevy/pipelined/bevy_render2
Loch Wansbrough 59bfbd3295 Add Deref implementation for ComputePipeline (#2759)
# Objective

Fixes a usability problem where the user is unable to use their reference to a ComputePipeline in their compute pass.

## Solution

Implements Deref, allowing the user to obtain the reference to the underlying wgpu::ComputePipeline
2021-08-31 20:33:21 +00:00
..
src Add Deref implementation for ComputePipeline (#2759) 2021-08-31 20:33:21 +00:00
Cargo.toml remove .system from pipelined code (#2538) 2021-07-26 23:44:23 +00:00