DirectX 12: Properlt syncrhonizing resources access from different command queue
I am writing a D3D12 application where I have two command queues. One for rendering and another for data copying.As I can’t post here all the code here is the exec flow with some of the actual code in the important areas: