UGUIDOTS
UGUIDOTS copied to clipboard
Support multiple Graphics Command Buffers
1 Command Buffer is easy to debug and queue, but if you have multiple command buffers it might just be faster to have multiple command buffers to construct and execute on the render pipeline.
Ideas:
- A command buffer per canvas sort order layer
- Downside is thinking about how to execute in a particular order correctly.