Static Mesh Storage
class StaticMeshStorage
Storage for a reusable (static) mesh draw call.
Unlike the dynamic path that uploads per frame into shared buffers, this class keeps dedicated VBO/IBO storage and a cached MeshDraw so the same geometry can be rendered across multiple frames.