Skip to content

Commit 0760ca7

Browse files
committed
Make VertexLayoutCache private.
1 parent d102ce8 commit 0760ca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_render/src/render_resource/pipeline_specializer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ pub struct SpecializedMeshPipelines<S: SpecializedMeshPipeline> {
143143
vertex_layout_cache: VertexLayoutCache<S>,
144144
}
145145

146-
pub type VertexLayoutCache<S> = HashMap<
146+
type VertexLayoutCache<S> = HashMap<
147147
VertexBufferLayout,
148148
HashMap<<S as SpecializedMeshPipeline>::Key, CachedRenderPipelineId>,
149149
>;

0 commit comments

Comments
 (0)