Type Alias bevy::render::render_resource::VertexLayoutCache

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

Aliased Typeยง

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