Skip to content

Commit

Permalink
importing * is plenty
Browse files Browse the repository at this point in the history
  • Loading branch information
robtfm committed Sep 5, 2023
1 parent 22c1e67 commit 793eeeb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/bevy_core_pipeline/src/bloom/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ use bevy_render::{
},
prelude::Color,
render_graph::{NodeRunError, RenderGraphApp, RenderGraphContext, ViewNode, ViewNodeRunner},
render_resource::{BindGroupEntries, *},
render_resource::*,
renderer::{RenderContext, RenderDevice},
texture::{CachedTexture, TextureCache},
view::ViewTarget,
Expand Down
2 changes: 1 addition & 1 deletion crates/bevy_sprite/src/mesh2d/mesh.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use bevy_render::{
mesh::{GpuBufferInfo, Mesh, MeshVertexBufferLayout},
render_asset::RenderAssets,
render_phase::{PhaseItem, RenderCommand, RenderCommandResult, TrackedRenderPass},
render_resource::{BindGroupEntries, *},
render_resource::*,
renderer::{RenderDevice, RenderQueue},
texture::{
BevyDefault, DefaultImageSampler, GpuImage, Image, ImageSampler, TextureFormatPixelInfo,
Expand Down
2 changes: 1 addition & 1 deletion examples/shader/texture_binding_array.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use bevy::{
reflect::{TypePath, TypeUuid},
render::{
render_asset::RenderAssets,
render_resource::{AsBindGroupError, BindGroupEntries, PreparedBindGroup, *},
render_resource::*,
renderer::RenderDevice,
texture::FallbackImage,
RenderApp,
Expand Down

0 comments on commit 793eeeb

Please sign in to comment.