Flywheel/src/main/java/com/jozufozu/flywheel/api
Jozufozu 381288da52 Little things
- Do not store a list of initialized instancers.
- Remove AbstractInstancer#delete. Only InstancedInstancer was using it
  so move instancer deletion to InstancedDrawManager.
- Improve CompilationHarness builder pattern and reusability.
  - Pass compilation keys directly to compileAndReportErrors.
  - Build the harness at the end of the builder chain rather than at the
    beginning.
  - Use same CompilationHarness for apply shader and scatter shader.
- Remove _ prefix from packed struct fields.
- Make element type's byte size 4-aligned.
- Remove byteSize method from Element.
2024-01-08 13:33:50 -08:00
..
backend Re-reload 2023-11-29 20:03:26 -08:00
context The great migration 2024-01-05 18:38:57 -08:00
event Re-reload 2023-11-29 20:03:26 -08:00
instance The great migration 2024-01-05 18:38:57 -08:00
layout Little things 2024-01-08 13:33:50 -08:00
material Gone, reduced to batches 2023-12-20 12:46:00 -08:00
model Sparse changes 2023-12-06 22:00:31 -08:00
registry Instance Refactor I 2023-04-04 12:36:54 -07:00
task Sparse changes 2023-12-06 22:00:31 -08:00
uniform Registry refactors and namespaced backends 2023-04-02 23:58:28 -07:00
vertex Untyped vertices 2023-12-07 16:49:12 -08:00
visual Crumbling inheritance 2024-01-03 13:57:13 -08:00
visualization Sparse changes 2023-12-06 22:00:31 -08:00