Struct DSTORAGE_DESTINATION_MULTIPLE_SUBRESOURCES

Struct Documentation

struct DSTORAGE_DESTINATION_MULTIPLE_SUBRESOURCES

Describes the destination for a request with DestinationType DSTORAGE_REQUEST_DESTINATION_MULTIPLE_SUBRESOURCES.

Public Members

ID3D12Resource *Resource

Address of the resource to receive the final result of this request. The source is expected to contain full data for all subresources, starting from FirstSubresource.

UINT FirstSubresource

Describes the first subresource of the destination texture copy location. The subresource referred to must be in the D3D12_RESOURCE_STATE_COMMON state.