Giovanni Mascellani (@giomasce) commented about tests/d3d12_test_utils.h:
ID3D12Resource *resource;
};
-static void get_texture_readback_with_command_list(ID3D12Resource *texture, unsigned int sub_resource, +static void get_resource_readback_with_command_list(ID3D12Resource *resource, unsigned int sub_resource,
Could you please segregate refactoring and behavioral changes in different commits? It makes review much easier.