From 3d4074ef95ced90b6804d8b607399b2c3b1ac465 Mon Sep 17 00:00:00 2001 From: Jeff Date: Thu, 1 Jan 2026 18:04:15 +0000 Subject: [PATCH] Add DXVK --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2dcd6b8..be034e3 100644 --- a/README.md +++ b/README.md @@ -229,6 +229,7 @@ drm/kms. * [Vulkan Launchpad Starter](https://github.com/cg-tuwien/VulkanLaunchpadStarter) - Starter template containing additional functionality and assets. [[LICENSE]](https://github.com/cg-tuwien/VulkanLaunchpadStarter/blob/main/LICENSE) * Other API Interop and Implementations + * [DXVK](https://github.com/doitsujin/dxvk) - Vulkan-based implementation of Direct3D 8, 9, 10 and 11. [zlib] * [visor](https://github.com/baldurk/visor) - Vulkan Ignoble Software Rasterizer. [MIT] * [VulkanOnD3D12](https://github.com/Chabloom/VulkanOnD3D12) - Vulkan API for D3D12. [Apache License 2.0] * [rostkatze](https://github.com/msiglreith/rostkatze) - C++ implementation of Vulkan sitting on D3D12 🐈[Apache License 2.0]