Struct DSTORAGE_DESTINATION_BUFFER

Struct Documentation

struct DSTORAGE_DESTINATION_BUFFER

Describes the destination for a request with DestinationType DSTORAGE_REQUEST_DESTINATION_BUFFER.

Public Members

ID3D12Resource *Resource

Address of the resource to receive the final result of this request.

UINT64 Offset

The offset, in bytes, in the buffer resource to write into.

UINT32 Size

Number of bytes to write to the destination buffer.