Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Emerson Coskey committed Dec 24, 2024
1 parent 615dd5e commit 7bd44dd
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions crates/bevy_pbr/src/atmosphere/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ use bevy_math::{UVec2, Vec3Swizzles};
use bevy_render::{
extract_component::DynamicUniformIndex,
render_graph::{NodeRunError, RenderGraphContext, RenderLabel, ViewNode},
render_resource::{
ComputePass, ComputePassDescriptor, PipelineCache, RenderPassDescriptor,
},
render_resource::{ComputePass, ComputePassDescriptor, PipelineCache, RenderPassDescriptor},
renderer::RenderContext,
view::{ViewTarget, ViewUniformOffset},
};
Expand All @@ -14,8 +12,8 @@ use crate::ViewLightsUniformOffset;

use super::{
resources::{
AtmosphereBindGroups, AtmosphereLutPipelines,
AtmosphereTransformsOffset, RenderSkyPipelineId,
AtmosphereBindGroups, AtmosphereLutPipelines, AtmosphereTransformsOffset,
RenderSkyPipelineId,
},
Atmosphere, AtmosphereSettings,
};
Expand Down

0 comments on commit 7bd44dd

Please sign in to comment.