commit | f2eb6ad50a3e610897d6386bb3192c049dc6fd12 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Aug 14 16:40:23 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 25 13:54:33 2023 -0400 |
tree | 5c612877dd3eb429dde125c5eba373f5f1cfa009 | |
parent | 34ecba1f7616b388ee28490e8a3ed43fb1463011 [diff] |
expo: Provide a way to iterate through all scene objects For some operations it is necessary to process all objects in an expo. Provide an iterator to handle this. Signed-off-by: Simon Glass <sjg@chromium.org>