Browse Source
[externals] remove vulkan stuff
Signed-off-by: crueter <crueter@eden-emu.dev>
pull/143/head
crueter
8 months ago
No known key found for this signature in database
GPG Key ID: 425ACD2D4830EBC6
4 changed files with
0 additions and
9 deletions
-
.gitmodules
-
externals/CMakeLists.txt
-
externals/Vulkan-Headers
-
externals/Vulkan-Utility-Libraries
|
|
@ -4,9 +4,6 @@ |
|
|
[submodule "libusb"] |
|
|
[submodule "libusb"] |
|
|
path = externals/libusb/libusb |
|
|
path = externals/libusb/libusb |
|
|
url = https://github.com/libusb/libusb.git |
|
|
url = https://github.com/libusb/libusb.git |
|
|
[submodule "Vulkan-Headers"] |
|
|
|
|
|
path = externals/Vulkan-Headers |
|
|
|
|
|
url = https://github.com/KhronosGroup/Vulkan-Headers.git |
|
|
|
|
|
[submodule "xbyak"] |
|
|
[submodule "xbyak"] |
|
|
path = externals/xbyak |
|
|
path = externals/xbyak |
|
|
url = https://github.com/Lizzie841/xbyak.git |
|
|
url = https://github.com/Lizzie841/xbyak.git |
|
|
@ -25,9 +22,6 @@ |
|
|
[submodule "VulkanMemoryAllocator"] |
|
|
[submodule "VulkanMemoryAllocator"] |
|
|
path = externals/VulkanMemoryAllocator |
|
|
path = externals/VulkanMemoryAllocator |
|
|
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git |
|
|
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git |
|
|
[submodule "Vulkan-Utility-Libraries"] |
|
|
|
|
|
path = externals/Vulkan-Utility-Libraries |
|
|
|
|
|
url = https://github.com/KhronosGroup/Vulkan-Utility-Libraries.git |
|
|
|
|
|
[submodule "externals/boost-headers"] |
|
|
[submodule "externals/boost-headers"] |
|
|
path = externals/boost-headers |
|
|
path = externals/boost-headers |
|
|
url = https://github.com/boostorg/headers.git |
|
|
url = https://github.com/boostorg/headers.git |
|
|
|
|
|
@ -183,7 +183,6 @@ if (YUZU_USE_EXTERNAL_VULKAN_UTILITY_LIBRARIES) |
|
|
) |
|
|
) |
|
|
endif() |
|
|
endif() |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# SPIRV-Tools |
|
|
# SPIRV-Tools |
|
|
if (YUZU_USE_EXTERNAL_VULKAN_SPIRV_TOOLS) |
|
|
if (YUZU_USE_EXTERNAL_VULKAN_SPIRV_TOOLS) |
|
|
set(SPIRV_SKIP_EXECUTABLES ON) |
|
|
set(SPIRV_SKIP_EXECUTABLES ON) |
|
|
|
|
|
@ -1 +0,0 @@ |
|
|
Subproject commit 89268a6d17fc87003b209a1422c17ab288be99a0 |
|
|
|
|
|
@ -1 +0,0 @@ |
|
|
Subproject commit df2e3581520f36776cd42b9fec3ec4a51ab878ef |
|
|
|