DirectXDependency

Identifies the minimum DirectX level that a device must support in order for your package to run properly.

Element hierarchy

<StoreManifest>
<Dependencies>
<DirectXDependency>

Syntax

<DirectXDependency Name = "D3D11_HWFL_9_3" | "D3D11_HWFL_10_0" | "D3D11_HWFL_11_0" | "D3D12_HWFL_11_0" | "D3D12_HWFL_12_0" />

Attributes and Elements

Attributes

Attribute Description Data type Required Default value
Name

The minimum DirectX level that a device must support in order for your package to run properly. Used for applicability at deployment time. If the minimum DirectX level of the system is lower than Name, then the package is not considered applicable.

This attribute can have one of the following values:

  • D3D11_HWFL_9_3
  • D3D11_HWFL_10_0
  • D3D11_HWFL_11_0
  • D3D12_HWFL_11_0
  • D3D12_HWFL_12_0
Yes

 

Child Elements

None.

Parent Elements

Parent Element Description
Dependencies

Declares requirements that a package depends on to be applicable to a device.

 

Requirements

Value
Namespace http://schemas.microsoft.com/appx/2015/StoreManifest