mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-07 23:17:59 +01:00
build and ship vkd3d for d3d12 support
SPIRV-Headers at 1.5.1 Vulkan-Headers at v1.1.126
This commit is contained in:
parent
6fc7e9580c
commit
5dca355718
7 changed files with 193 additions and 2 deletions
9
.gitmodules
vendored
9
.gitmodules
vendored
|
|
@ -22,3 +22,12 @@
|
|||
[submodule "d9vk"]
|
||||
path = d9vk
|
||||
url = https://github.com/ValveSoftware/dxvk/
|
||||
[submodule "vkd3d"]
|
||||
path = vkd3d
|
||||
url = https://github.com/ValveSoftware/vkd3d/
|
||||
[submodule "SPIRV-Headers"]
|
||||
path = SPIRV-Headers
|
||||
url = https://github.com/KhronosGroup/SPIRV-Headers
|
||||
[submodule "Vulkan-Headers"]
|
||||
path = Vulkan-Headers
|
||||
url = https://github.com/KhronosGroup/Vulkan-Headers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue