Type Alias bevy::pbr::experimental::meshlet::WithMeshletMesh

pub type WithMeshletMesh = With<Handle<MeshletMesh>>;
Available on crate feature meshlet only.
Expand description

A convenient alias for With<Handle<MeshletMesh>>, for use with bevy_render::view::VisibleEntities.

Aliased Typeยง

struct WithMeshletMesh(/* private fields */);