Skip to content

Commit

Permalink
more fix internal
Browse files Browse the repository at this point in the history
  • Loading branch information
IceSentry committed Nov 8, 2023
1 parent 8a4993e commit 4d132f1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/shader/post_processing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ use bevy::{
render_graph::{
NodeRunError, RenderGraphApp, RenderGraphContext, ViewNode, ViewNodeRunner,
},
render_resource::*,
render_resource::{
binding_types::{sampler, texture_2d, uniform_buffer},
*,
},
renderer::{RenderContext, RenderDevice},
texture::BevyDefault,
view::ViewTarget,
Expand Down

0 comments on commit 4d132f1

Please sign in to comment.