bevy/pipelined
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
..
bevy_core_pipeline Use the infinite reverse right-handed perspective projection (#2543) 2021-08-27 20:15:09 +00:00
bevy_gltf2 Port bevy_gltf to pipelined-rendering (#2537) 2021-07-30 03:37:34 +00:00
bevy_pbr2 Use the infinite reverse right-handed perspective projection (#2543) 2021-08-27 20:15:09 +00:00
bevy_render2 Add Deref implementation for ComputePipeline (#2759) 2021-08-31 20:33:21 +00:00
bevy_sprite2 Use the infinite reverse right-handed perspective projection (#2543) 2021-08-27 20:15:09 +00:00