MeshStorage

Edit

Whether a Mesh stores its data on the CPU or GPU.

ValueDescription
cpu The Mesh will store a copy of the vertices on the CPU.
gpu The Mesh will not keep a CPU copy, only storing vertices on the GPU.

Notes

There are some significant differences and tradeoffs between the two modes:

See also