bevy/crates/bevy_render/src/render_resource
Torstein Grindvik 1f168a154b
Re-export wgpu BufferAsyncError (#10611)
# Objective

The `map_async` method involves a type `BufferAsyncError`:
https://docs.rs/bevy/latest/bevy/render/render_resource/struct.BufferSlice.html#method.map_async

This type is not re-exported in Bevy, so if a user wants to store a
struct involving this type they have to add wgpu manually to their
manifest.

## Solution

- Re-export wgpu::BufferAsyncError

---

## Changelog

### Added

- Re-export wgpu::BufferAsyncError

Signed-off-by: Torstein Grindvik <torstein.grindvik@muybridge.com>
Co-authored-by: Torstein Grindvik <torstein.grindvik@muybridge.com>
2023-11-20 09:00:25 +00:00
..
batched_uniform_buffer.rs Automatic batching/instancing of draw commands (#9685) 2023-09-21 22:12:34 +00:00
bind_group_entries.rs Bind group entries (#9694) 2023-10-21 15:39:22 +00:00
bind_group_layout.rs Replace UUID based IDs with a atomic-counted ones (#6988) 2022-12-25 00:23:15 +00:00
bind_group.rs Derive Error for more error types (#10240) 2023-10-28 22:20:37 +00:00
buffer_vec.rs Updates for rust 1.73 (#10035) 2023-10-06 00:31:10 +00:00
buffer.rs Replace UUID based IDs with a atomic-counted ones (#6988) 2022-12-25 00:23:15 +00:00
gpu_array_buffer.rs Updates for rust 1.73 (#10035) 2023-10-06 00:31:10 +00:00
mod.rs Re-export wgpu BufferAsyncError (#10611) 2023-11-20 09:00:25 +00:00
pipeline_cache.rs Replaced parking_lot with std::sync (#9545) 2023-10-02 12:44:34 +00:00
pipeline_specializer.rs added multi-line string formatting (#8350) 2023-04-13 18:00:17 +00:00
pipeline.rs Add push contant config to layout (#7681) 2023-02-17 06:20:16 +00:00
resource_macros.rs remove potential ub in render_resource_wrapper (#7279) 2023-02-06 17:14:00 +00:00
shader.rs Fix shader import hot reloading on windows (#10502) 2023-11-11 23:01:08 +00:00
storage_buffer.rs Use clippy::doc_markdown more. (#10286) 2023-10-27 22:49:02 +00:00
texture.rs Add screenshot api (#7163) 2023-04-19 21:28:42 +00:00
uniform_buffer.rs Fix alignment on ios simulator (#10178) 2023-10-21 22:19:46 +00:00