Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

D3D12_FEATURE_DATA_D3D12_OPTIONS13 structure (d3d12.h)

Syntax

typedef struct D3D12_FEATURE_DATA_D3D12_OPTIONS13 {
 BOOL UnrestrictedBufferTextureCopyPitchSupported;
 BOOL UnrestrictedVertexElementAlignmentSupported;
 BOOL InvertedViewportHeightFlipsYSupported;
 BOOL InvertedViewportDepthFlipsZSupported;
 BOOL TextureCopyBetweenDimensionsSupported;
 BOOL AlphaBlendFactorSupported;
} D3D12_FEATURE_DATA_D3D12_OPTIONS13;

Members

UnrestrictedBufferTextureCopyPitchSupported

Type: _Out_ BOOL

UnrestrictedVertexElementAlignmentSupported

Type: _Out_ BOOL

InvertedViewportHeightFlipsYSupported

Type: _Out_ BOOL

InvertedViewportDepthFlipsZSupported

Type: _Out_ BOOL

TextureCopyBetweenDimensionsSupported

Type: _Out_ BOOL

AlphaBlendFactorSupported

Type: _Out_ BOOL

Requirements

Requirement Value
Minimum supported client Windows 11, version 22H2; or DirectX 12 Agility SDK 1.6 or later
Header d3d12.h

Feedback

Was this page helpful?

Additional resources