Flywheel/src/main/java/com/jozufozu/flywheel
Jozufozu 8c86a66f18 Bit off a bigger batch than I could chew
- Implement crumbling for batching engine.
- It's ugly! (the code)
- Need to support translucency sorting in batching.
  - Plumb RenderType#sortOnUpload through to DrawBuffer.
  - Allocate room in DrawBuffer for BufferBuilder to write indices.
  - Set nextElementByte on injectForRender.
- Remove RenderStage from DrawBuffer, isn't really needed.
- Make some fields public, so they can be accessed by BatchedCrumbling.
- Track TransformCalls in BatchedInstancer.
-
2023-11-28 17:06:48 -08:00
..
api Bit off a bigger batch than I could chew 2023-11-28 17:06:48 -08:00
backend Bit off a bigger batch than I could chew 2023-11-28 17:06:48 -08:00
compat
config Store bought engines 2023-11-26 12:07:05 -08:00
extension
gl Good enough for government work 2023-11-26 23:18:09 -08:00
glsl Error in errors 2023-11-26 16:16:33 -08:00
impl Good enough for government work 2023-11-26 23:18:09 -08:00
lib Relativistic crumbling 2023-11-26 19:24:04 -08:00
mixin Bit off a bigger batch than I could chew 2023-11-28 17:06:48 -08:00
vanilla
Flywheel.java