tests: Move d3d12-specific members of struct texture to a new d3d12_texture structure.

Signed-off-by: Zebediah Figura <zfigura@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Zebediah Figura
2022-01-26 19:40:30 -06:00
committed by Alexandre Julliard
parent c417d3f830
commit 33c845ece5
2 changed files with 24 additions and 12 deletions

View File

@@ -60,11 +60,6 @@ struct texture_params
struct texture
{
unsigned int slot;
D3D12_DESCRIPTOR_RANGE descriptor_range;
ID3D12DescriptorHeap *heap;
ID3D12Resource *resource;
unsigned int root_index;
};
struct shader_context