Dispatch Draw Commands

After Setup Mesh Pass, it’s the time for submiting draw commands.

image

And the SubmitDrawBegin / SubmitDrawEnd is finally send to the GPU, and becomes:

image

This part is not complicated, so I won't discuss it further. You can understand it as submitting the information on the far right of this image to the rendering pipeline and executing it, in parallel.