Hello,
With recent development on D3D12, I found bubble existing between two “ExecuteCommandLists”, which slows down my application(the GPU)
Compared with calling ExecuteCommandLists once, separating them make 10% slow down, which is totally caused by mentioned bubbles
ExecuteCommandLists once
vs
ExecuteCommandLists multiple times
// Sry for hiding some markers🙂