Skip to content

Commit 49ebb8d

Browse files
Rebase stuff.
Signed-off-by: Torstein Grindvik <torstein.grindvik@nordicsemi.no>
1 parent ad95ad5 commit 49ebb8d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

crates/bevy_pbr/src/render/mesh.rs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
use crate::{
2-
FogMeta, GlobalLightMeta, GpuFog, GpuLights, GpuPointLights, LightMeta, NotShadowCaster,
3-
NotShadowReceiver, ShadowPipeline, ViewClusterBindings, ViewFogUniformOffset,
4-
ViewLightsUniformOffset, ViewShadowBindings, CLUSTERED_FORWARD_STORAGE_BUFFER_COUNT,
5-
MAX_CASCADES_PER_LIGHT, MAX_DIRECTIONAL_LIGHTS, PBR_SHADER_HANDLE,
2+
FogMeta, GlobalLightMeta, GpuFog, GpuLights, GpuPointLights, LightMeta, Material,
3+
MaterialPipeline, NotShadowCaster, NotShadowReceiver, ShadowPipeline, StandardMaterial,
4+
ViewClusterBindings, ViewFogUniformOffset, ViewLightsUniformOffset, ViewShadowBindings,
5+
CLUSTERED_FORWARD_STORAGE_BUFFER_COUNT, MAX_CASCADES_PER_LIGHT, MAX_DIRECTIONAL_LIGHTS,
6+
PBR_SHADER_HANDLE,
67
};
78
use bevy_app::Plugin;
89
use bevy_asset::{load_internal_asset, Assets, Handle, HandleUntyped};

0 commit comments

Comments
 (0)