mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
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:
committed by
Alexandre Julliard
parent
c417d3f830
commit
33c845ece5
@@ -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
|
||||
|
Reference in New Issue
Block a user