Skip to content

Commit f3fba09

Browse files
Add MapMode to wgpu reexports (#3558)
This type can be needed by API s on other reexported types, so it should be included too
1 parent a1e3c5c commit f3fba09

File tree

1 file changed

+1
-1
lines changed
  • crates/bevy_render/src/render_resource

1 file changed

+1
-1
lines changed

crates/bevy_render/src/render_resource/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pub use wgpu::{
3030
DepthBiasState, DepthStencilState, Extent3d, Face, Features as WgpuFeatures, FilterMode,
3131
FragmentState as RawFragmentState, FrontFace, ImageCopyBuffer, ImageCopyBufferBase,
3232
ImageCopyTexture, ImageCopyTextureBase, ImageDataLayout, ImageSubresourceRange, IndexFormat,
33-
Limits as WgpuLimits, LoadOp, MultisampleState, Operations, Origin3d, PipelineLayout,
33+
Limits as WgpuLimits, LoadOp, MapMode, MultisampleState, Operations, Origin3d, PipelineLayout,
3434
PipelineLayoutDescriptor, PolygonMode, PrimitiveState, PrimitiveTopology,
3535
RenderPassColorAttachment, RenderPassDepthStencilAttachment, RenderPassDescriptor,
3636
RenderPipelineDescriptor as RawRenderPipelineDescriptor, SamplerBindingType, SamplerDescriptor,

0 commit comments

Comments
 (0)