> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# DSTORAGE_SWIZZLE_MODE

> DSTORAGE_SWIZZLE_MODE

# DSTORAGE\_SWIZZLE\_MODE

実行するテクスチャ スウィズルの種類。

## 構文

```cpp theme={null}
enum DSTORAGE_SWIZZLE_MODE  : UINT64  
{  
    DSTORAGE_SWIZZLE_MODE_NONE = 0,  
    DSTORAGE_SWIZZLE_MODE_4K_4K_8K = 1,
    DSTORAGE_SWIZZLE_MODE_4K_4K_24K = 2,
    DSTORAGE_SWIZZLE_MODE_4K_12K_4K_4K_8K = 3,
    DSTORAGE_SWIZZLE_MODE_4K_12K_4K_12K = 4
}  
```

## 定数

| 定数                                           | 説明       |
| -------------------------------------------- | -------- |
| DSTORAGE\_SWIZZLE\_MODE\_NONE                | スウィズルなし。 |
| DSTORAGE\_SWIZZLE\_MODE\_4K\_4K\_8K          |          |
| DSTORAGE\_SWIZZLE\_MODE\_4K\_4K\_24K         |          |
| DSTORAGE\_SWIZZLE\_MODE\_4K\_12K\_4K\_4K\_8K |          |
| DSTORAGE\_SWIZZLE\_MODE\_4K\_12K\_4K\_12K    |          |

## 解説

この列挙型は [DSTORAGE\_REQUEST\_OPTIONS](/reference/system/dstorage/structs/dstorage_request_options) 構造体で使用されます。

個々のスウィズル モードの詳細については、[シャッフル形式の概要](/build/console-features/storage/directstorage/directstorage-shuffles) を参照してください。

## 要件

**ヘッダー:** dstorage\_xs.h

**サポートされているプラットフォーム:** XBOX Series 本体

## 関連項目

[DStorage](/reference/system/dstorage/dstorage_members)


## Related topics

- [DSTORAGE_REQUEST_OPTIONS](/ja-jp/reference/system/dstorage/structs/dstorage_request_options.md)
- [DStorage](/ja-jp/reference/system/dstorage/dstorage_members.md)
- [DSTORAGE_BCPACK_MODE](/ja-jp/reference/system/dstorage/enums/dstorage_bcpack_mode.md)
- [DSTORAGE_REQUEST](/ja-jp/reference/system/dstorage/structs/dstorage_request.md)
- [DSTORAGE_PRIORITY](/ja-jp/reference/system/dstorage/enums/dstorage_priority.md)
