dotnet / Silk.NET

The high-speed OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, WebGPU, and DirectX bindings library your mother warned you about.
https://dotnet.github.io/Silk.NET
MIT License
3.89k stars 378 forks source link

Build Vkd3d shader compiler native package for `linux-arm` and `linux-arm64` #2126

Closed alexrp closed 2 months ago

alexrp commented 2 months ago

Vkd3d is supposed to be fully supported on Arm in upstream.

We're using a mix of CMake, Autotools, and the Zig build system for this, all of which have individually been successfully extended to linux-arm and linux-arm64 for other native dependencies as part of #2049, so I don't anticipate this being particularly hard.