91 std::shared_ptr<MappedState<T>>
state;
157 std::shared_ptr<Buffers::FormaBuffer> buffer)
159 auto st = std::make_shared<MappedState<T>>();
163 el.
buffer = std::move(buffer);
166 m.
state = std::move(st);
Axis-aligned bounding rectangle in a 2D coordinate space.