mirror of
https://github.com/bevyengine/bevy
synced 2025-03-02 06:17:18 +00:00
Add missing use
items
This commit is contained in:
parent
675913dd73
commit
af53dfeb98
1 changed files with 4 additions and 4 deletions
|
@ -35,12 +35,12 @@ use bevy_render::{
|
|||
RenderPhase,
|
||||
},
|
||||
render_resource::{
|
||||
CachedRenderPipelineId, Extent3d, TextureDescriptor, TextureDimension, TextureFormat,
|
||||
TextureUsages,
|
||||
CachedRenderPipelineId, Extent3d, Sampler, SamplerDescriptor, Texture, TextureDescriptor,
|
||||
TextureDimension, TextureFormat, TextureUsages, TextureView,
|
||||
},
|
||||
renderer::RenderDevice,
|
||||
texture::TextureCache,
|
||||
view::ViewDepthTexture,
|
||||
texture::{BevyDefault, TextureCache},
|
||||
view::{ExtractedView, ViewDepthTexture, ViewTarget},
|
||||
Extract, ExtractSchedule, RenderApp, RenderSet,
|
||||
};
|
||||
use bevy_utils::{FloatOrd, HashMap};
|
||||
|
|
Loading…
Add table
Reference in a new issue