You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 4, 2022. It is now read-only.
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.