DethRaid / AndroidRenderer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support multiple submissions

DethRaid opened this issue · comments

Currently, the backend only submits command buffers on end of frame. We want to be able to submit command buffers in the middle of the frame, to decrease latency. We also want to be able to explicitly submit command buffers before any frames are rendered, in order to support doing work on startup

Resolved by commit 33705d8