ReactOS 0.4.17-dev-934-g091855f
vkd3d_cs_copy_mappings Struct Reference

#include <vkd3d_private.h>

Collaboration diagram for vkd3d_cs_copy_mappings:

Public Attributes

struct d3d12_resource * dst_resource
 
struct d3d12_resource * src_resource
 
D3D12_TILED_RESOURCE_COORDINATE dst_region_start_coordinate
 
D3D12_TILED_RESOURCE_COORDINATE src_region_start_coordinate
 
D3D12_TILE_REGION_SIZE region_size
 
D3D12_TILE_MAPPING_FLAGS flags
 

Detailed Description

Definition at line 1376 of file vkd3d_private.h.

Member Data Documentation

◆ dst_region_start_coordinate

D3D12_TILED_RESOURCE_COORDINATE vkd3d_cs_copy_mappings::dst_region_start_coordinate

Definition at line 1380 of file vkd3d_private.h.

◆ dst_resource

struct d3d12_resource* vkd3d_cs_copy_mappings::dst_resource

Definition at line 1378 of file vkd3d_private.h.

◆ flags

D3D12_TILE_MAPPING_FLAGS vkd3d_cs_copy_mappings::flags

Definition at line 1383 of file vkd3d_private.h.

◆ region_size

D3D12_TILE_REGION_SIZE vkd3d_cs_copy_mappings::region_size

Definition at line 1382 of file vkd3d_private.h.

◆ src_region_start_coordinate

D3D12_TILED_RESOURCE_COORDINATE vkd3d_cs_copy_mappings::src_region_start_coordinate

Definition at line 1381 of file vkd3d_private.h.

◆ src_resource

struct d3d12_resource* vkd3d_cs_copy_mappings::src_resource

Definition at line 1379 of file vkd3d_private.h.


The documentation for this struct was generated from the following file: