D3DFeatureLevelKind Enum

Definition

Feature level support of an IDirect3DDevice. Note that field values correlate with the native D3D_FEATURE_LEVEL enumeration.

public enum class D3DFeatureLevelKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.AI.Skills.SkillInterfacePreview.SkillsAPIContract), 65536)]
public enum D3DFeatureLevelKind
type D3DFeatureLevelKind = 
Public Enum D3DFeatureLevelKind
Inheritance
D3DFeatureLevelKind
Attributes
Windows.Foundation.Metadata.ContractVersionAttribute

Fields

D3D_FEATURE_LEVEL_10_0 40960

Targets features supported by Direct3D 10.0 including shader model 4.

D3D_FEATURE_LEVEL_10_1 41216

Targets features supported by Direct3D 10.1 including shader model 4.

D3D_FEATURE_LEVEL_11_0 45056

Targets features supported by Direct3D 11.0 including shader model 5.

D3D_FEATURE_LEVEL_11_1 45312

Targets features supported by Direct3D 11.1 including shader model 5 and logical blend operations.

D3D_FEATURE_LEVEL_12_0 49152

Targets features supported by Direct3D 12.0 including shader model 5.

D3D_FEATURE_LEVEL_12_1 49408

Targets features supported by Direct3D 12.1 including shader model 5.

D3D_FEATURE_LEVEL_9_1 37120

Targets features supported by feature level 9.1 including shader model 2.

D3D_FEATURE_LEVEL_9_2 37376

Targets features supported by feature level 9.2 including shader model 2.

D3D_FEATURE_LEVEL_9_3 37632

Targets features supported by feature level 9.3 including shader model 2.0b.

Applies to