Share via


DSTORAGE_SWIZZLE_MODE

Types of texture swizzling to perform.

Syntax

enum DSTORAGE_SWIZZLE_MODE  : UINT64  
{  
    DSTORAGE_SWIZZLE_MODE_NONE = 0,  
}  

Constants

Constant Description
DSTORAGE_SWIZZLE_MODE_NONE No swizzling.

Remarks

This enumeration is used in the DSTORAGE_REQUEST_OPTIONS structure.

In the current preview release, only DSTORAGE_SWIZZLE_MODE_NONE is supported.

For more information, see the "Decompression" section of DirectStorage Overview.

Requirements

Header: dstorage_xs.h

Supported platforms: Xbox Series consoles

See also

DStorage