Skip to content

dxsdk-d3dxv9.29.952.8

Updated

Redistributable package for the legacy DirectX SDK's D3DX9, D3DX10, and/or D3DX11 utility libraries.

#Usage

The legacy DirectX SDK D3DX package provides CMake targets:

find_package(dxsdk-d3dx CONFIG REQUIRED)
target_link_libraries(main PRIVATE Microsoft::D3DX9 Microsoft::D3DX10 Microsoft::D3DX11)

NOTE: This port is not recommended for use in new projects and is incompatible with the deprecated directxsdk port.

#License

Not declared in the port manifest

#Supported Platforms

windows & !arm & !uwp & !xbox

  • windows-x64
  • windows-x86
  • linux
  • osx
  • uwp
  • windows-arm64

#Features

No features defined.

#Dependencies

No dependencies.

#Host Dependencies

No dependencies.

#Used By

No ports use this.

#Host Tool For

No ports use this.

#Contributors

  • Chuck Walbourn's avatarChuck Walbourn
  • Cheney Wang's avatarCheney Wang
  • Billy O'Neal's avatarBilly O'Neal
  • autoantwort's avatarautoantwort

#Changelog

  • fc886ab[dxsdk-d3dx] port update to support static crt scenarios (#37605)
  • 5b11232[many-ports] Don't use deprecated functions (autogenerated) (#26981)
  • c1d764a[community triplet] adds triplets for building for the Xbox platform (#29210)
  • feef13c[dstorage, dxsdk-d3dx, xaudio2redist] ports updated to support static-md triplets (#24104)
  • ac4636d[dxsdk-d3dx, xaudio2redist] ports updated to use config find (#24054)
  • c9e786d[many ports] remove remaining vcpkg_fail_port_install calls. (#22770)
  • c6595d7[dxsdk-d3dx/directxsdk] Add message to handle the conflicts between these two ports (#20286)
  • b767888[dxsdk-d3dx] Add new port (#17175)