Flywheel/src
Jozufozu e4df896710 Protect the environment
- Environment/Embedding ownership is complicated, reference counting to
  the rescue!
  - VisualEmbeddings are acquired on construction and deleted manually
  - Instancers acquire/delete their environments
  - EmbeddedEnvironment now has three (3) delete methods
- Add EnvironmentStorage to create, track, update, and delete
  environments
- Remove InstancingEngine/IndirectEngine and move shared logic to
  EngineImpl
  - There's probably more that can be done to make DrawManager cleaner
    now
2024-03-03 14:53:07 -08:00
..
main Protect the environment 2024-03-03 14:53:07 -08:00
test/java/com/jozufozu/flywheel More simpler 2024-02-28 21:23:47 -08:00