Enum DSTORAGE_REQUEST_DESTINATION_TYPE

Enum Documentation

enum DSTORAGE_REQUEST_DESTINATION_TYPE

The destination type of a DirectStorage request.

Values:

enumerator DSTORAGE_REQUEST_DESTINATION_MEMORY

The destination of the DirectStorage request is a block of memory.

enumerator DSTORAGE_REQUEST_DESTINATION_BUFFER

The destination of the DirectStorage request is an ID3D12Resource that is a buffer.

enumerator DSTORAGE_REQUEST_DESTINATION_TEXTURE_REGION

The destination of the DirectStorage request is an ID3D12Resource that is a texture.

enumerator DSTORAGE_REQUEST_DESTINATION_MULTIPLE_SUBRESOURCES

The destination of the DirectStorage request is an ID3D12Resource that is a texture that will receive all subresources in a single request.

enumerator DSTORAGE_REQUEST_DESTINATION_TILES

The destination of the DirectStorage request is an ID3D12Resource that is tiled.