From e239df73b4c53f394793278c3675c5d5b642ce9c Mon Sep 17 00:00:00 2001 From: georgemoralis Date: Fri, 10 May 2024 00:04:11 +0300 Subject: [PATCH] removed old vulkan headers --- .gitmodules | 3 --- third-party/CMakeLists.txt | 3 --- third-party/vulkan | 1 - 3 files changed, 7 deletions(-) delete mode 160000 third-party/vulkan diff --git a/.gitmodules b/.gitmodules index d93a1447..52fa9c05 100644 --- a/.gitmodules +++ b/.gitmodules @@ -14,9 +14,6 @@ path = third-party/xxHash url = https://github.com/Cyan4973/xxHash.git branch = dev -[submodule "third-party/vulkan"] - path = third-party/vulkan - url = https://github.com/GPUCode/vulkan [submodule "externals/discord-rpc"] path = externals/discord-rpc url = https://github.com/shadps4-emu/ext-discord-rpc.git diff --git a/third-party/CMakeLists.txt b/third-party/CMakeLists.txt index 0509c821..b6636f25 100644 --- a/third-party/CMakeLists.txt +++ b/third-party/CMakeLists.txt @@ -12,9 +12,6 @@ add_subdirectory(magic_enum EXCLUDE_FROM_ALL) # Toml11 add_subdirectory(toml11 EXCLUDE_FROM_ALL) -# Vulkan -add_subdirectory(vulkan EXCLUDE_FROM_ALL) - # xxHash add_library(xxhash INTERFACE) target_include_directories(xxhash INTERFACE xxhash) diff --git a/third-party/vulkan b/third-party/vulkan deleted file mode 160000 index 72b2e740..00000000 --- a/third-party/vulkan +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 72b2e740754bc6b86b724fa5b2c90dca6f69462e