Struct DSTORAGE_DESTINATION_TILES
Defined in File dstorage.h
Struct Documentation
-
struct DSTORAGE_DESTINATION_TILES
Describes the destination for a request with DestinationType DSTORAGE_REQUEST_DESTINATION_TILES.
Public Members
-
ID3D12Resource *Resource
Address of the resource to receive the final result of this request. The source buffer is expected to contain data arranged as if it were the source to a CopyTiles call with these parameters.
-
D3D12_TILED_RESOURCE_COORDINATE TiledRegionStartCoordinate
The starting coordinates of the tiled region.
-
D3D12_TILE_REGION_SIZE TileRegionSize
The size of the tiled region.
-
ID3D12Resource *Resource