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

# D3D12_FEATURE_DATA_D3D12_OPTIONS13

> Indica si se admite una colección de características de API más pequeñas.

## Sintaxis

```cpp theme={null}
typedef struct D3D12_FEATURE_DATA_D3D12_OPTIONS13
{
    BOOL UnrestrictedBufferTextureCopyPitchSupported;
    BOOL UnrestrictedVertexElementAlignmentSupported;
    BOOL InvertedViewportHeightFlipsYSupported;
    BOOL InvertedViewportDepthFlipsZSupported;
    BOOL TextureCopyBetweenDimensionsSupported;
    BOOL AlphaBlendFactorSupported;
} D3D12_FEATURE_DATA_D3D12_OPTIONS13
```

### Miembros

*UnrestrictedBufferTextureCopyPitchSupported*\
Tipo: BOOL

*UnrestrictedVertexElementAlignmentSupported*\
Tipo: BOOL

*InvertedViewportHeightFlipsYSupported*\
Tipo: BOOL

*InvertedViewportDepthFlipsZSupported*\
Tipo: BOOL

*TextureCopyBetweenDimensionsSupported*\
Tipo: BOOL

*AlphaBlendFactorSupported*\
Tipo: BOOL

## Comentarios

## Requisitos

**Encabezado:** d3d12\_xs.h o d3d12\_x.h\
**Biblioteca:** d3d12\_xs.lib o d3d12\_x.lib\
**Plataformas compatibles**: consolas XBOX Series y familia XBOX One

## Consulte también


## Related topics

- [D3D12_BLEND](/es/reference/graphics/d3d12/enums/d3d12_blend_public.md)
- [D3D12_FEATURE](/es/reference/graphics/d3d12/enums/d3d12_feature_public.md)
- [D3D12_FEATURE_DATA_D3D12_OPTIONS](/es/reference/graphics/d3d12/structs/d3d12_feature_data_d3d12_options_public.md)
- [D3D12_FEATURE_DATA_D3D12_OPTIONS5](/es/reference/graphics/d3d12/structs/d3d12_feature_data_d3d12_options5_public.md)
- [D3D12_FEATURE_DATA_D3D12_OPTIONS12](/es/reference/graphics/d3d12/structs/d3d12_feature_data_d3d12_options12_public.md)
