> ## 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](/ko/reference/system/dstorage/structs/dstorage_request_options.md)
- [DStorage](/ko/reference/system/dstorage/dstorage_members.md)
- [DSTORAGE_BCPACK_MODE](/ko/reference/system/dstorage/enums/dstorage_bcpack_mode.md)
- [DSTORAGE_REQUEST](/ko/reference/system/dstorage/structs/dstorage_request.md)
- [DSTORAGE_PRIORITY](/ko/reference/system/dstorage/enums/dstorage_priority.md)
