Fix meshlet private item regression (#16404)

I didn't mean to make this item private, fixing it for the 0.15 release
to be consistent with 0.14.

(maintainers: please make sure this gets merged into the 0.15 release
branch as well as main)
This commit is contained in:
JMS55 2024-11-16 14:06:26 -08:00 committed by GitHub
parent 6e81a05c93
commit 3ec09582c6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,7 +33,9 @@ pub(crate) use self::{
}, },
}; };
pub use self::asset::{MeshletMesh, MeshletMeshLoader, MeshletMeshSaver}; pub use self::asset::{
MeshletMesh, MeshletMeshLoader, MeshletMeshSaver, MESHLET_MESH_ASSET_VERSION,
};
#[cfg(feature = "meshlet_processor")] #[cfg(feature = "meshlet_processor")]
pub use self::from_mesh::{ pub use self::from_mesh::{
MeshToMeshletMeshConversionError, MESHLET_DEFAULT_VERTEX_POSITION_QUANTIZATION_FACTOR, MeshToMeshletMeshConversionError, MESHLET_DEFAULT_VERTEX_POSITION_QUANTIZATION_FACTOR,