mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 23:24:44 +00:00
32cd9899c8
# Use Case Seems generally useful, but specifically motivated by my work on the [`bevy_datasize`](https://github.com/BGR360/bevy_datasize) crate. For that project, I'm implementing "heap size estimators" for all of the Bevy internal types. To do this accurately for `Mesh`, I need to get the lengths of all of the mesh's attribute vectors. Currently, in order to accomplish this, I am doing the following: * Checking all of the attributes that are mentioned in the `Mesh` class ([see here]( |
||
---|---|---|
.. | ||
macros | ||
src | ||
Cargo.toml |