> ## 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

Tipos de conversión swizzle de texturas que se van a realizar.

## Sintaxis

```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
}  
```

## Constantes

| Constante                                    | Descripción             |
| -------------------------------------------- | ----------------------- |
| DSTORAGE\_SWIZZLE\_MODE\_NONE                | Sin conversión swizzle. |
| 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    |                         |

## Comentarios

Esta enumeración se usa en la estructura [DSTORAGE\_REQUEST\_OPTIONS](/reference/system/dstorage/structs/dstorage_request_options).

Para obtener más información sobre los distintos modos de swizzle, consulte [Información general sobre los formatos de orden aleatorio](/build/console-features/storage/directstorage/directstorage-shuffles).

## Requisitos

**Encabezado:** dstorage\_xs.h

**Plataformas compatibles:** consolas XBOX Series

## Consulte también

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


## Related topics

- [DSTORAGE_REQUEST_OPTIONS](/es/reference/system/dstorage/structs/dstorage_request_options.md)
- [DStorage](/es/reference/system/dstorage/dstorage_members.md)
- [DSTORAGE_BCPACK_MODE](/es/reference/system/dstorage/enums/dstorage_bcpack_mode.md)
- [DSTORAGE_REQUEST](/es/reference/system/dstorage/structs/dstorage_request.md)
- [CreatePlacedResource](/es/reference/graphics/d3d12/interfaces/id3d12device/methods/id3d12device_createplacedresource_public.md)
