Type Alias bevy_render::render_resource::VertexLayoutCache

source ·
pub type VertexLayoutCache<S> = HashMap<VertexBufferLayout, HashMap<<S as SpecializedMeshPipeline>::Key, CachedRenderPipelineId>>;

Aliased Type§

struct VertexLayoutCache<S> { /* private fields */ }