将GetCommandList()->GetCommandList()改为GetCommandList(), 因为ExecuteCommandLists现在通过GetNativeHandle()获取原生句柄, 需要传递D3D12CommandList*而非ID3D12GraphicsCommandList* 验证: 58个D3D12后端测试全部通过
将GetCommandList()->GetCommandList()改为GetCommandList(), 因为ExecuteCommandLists现在通过GetNativeHandle()获取原生句柄, 需要传递D3D12CommandList*而非ID3D12GraphicsCommandList* 验证: 58个D3D12后端测试全部通过