1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
{
"name": "directxmath",
"version-date": "2025-04-03",
"description": "DirectXMath SIMD C++ math library",
"homepage": "https://github.com/Microsoft/DirectXMath",
"documentation": "https://docs.microsoft.com/windows/win32/dxmath/directxmath-portal",
"license": "MIT",
"supports": "!arm32",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"dx11": {
"description": "C++ Spherical Harmonics Math Library for DirectX 11",
"supports": "windows & !xbox"
},
"dx12": {
"description": "C++ Spherical Harmonics Math Library for DirectX 12",
"supports": "(windows & !arm32) | linux",
"dependencies": [
{
"name": "directx-headers",
"platform": "windows & !xbox"
}
]
},
"xdsp": {
"description": "XDSP Digital Signal Processing (DSP) for DirectXMath"
}
}
}
|