submit method
Ends the pass and hands it to the queue.
Passes execute in submission order, and that — not the order passes were built in — is the ordering the frame graph derives and this engine relies on. Nothing may be recorded afterwards.
Implementation
@override
void submit() => submitted = true;