0
0
mirror of https://notabug.org/litucks/torzu.git synced 2025-04-24 09:05:13 +00:00

Updated Vulkan stuff for bug fixes and improved hardware compatibility

This commit is contained in:
spectranator 2024-05-29 08:24:47 +02:00
parent 505dbf93d0
commit 505a4f534c
5 changed files with 13 additions and 12 deletions

18
.gitmodules vendored
View File

@ -10,9 +10,6 @@
[submodule "libusb"]
path = externals/libusb/libusb
url = https://github.com/libusb/libusb.git
[submodule "Vulkan-Headers"]
path = externals/Vulkan-Headers
url = https://github.com/KhronosGroup/Vulkan-Headers.git
[submodule "xbyak"]
path = externals/xbyak
url = https://github.com/herumi/xbyak.git
@ -37,18 +34,12 @@
[submodule "tzdb_to_nx"]
path = externals/nx_tzdb/tzdb_to_nx
url = https://github.com/lat9nq/tzdb_to_nx.git
[submodule "VulkanMemoryAllocator"]
path = externals/VulkanMemoryAllocator
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
[submodule "simpleini"]
path = externals/simpleini
url = https://github.com/brofield/simpleini.git
[submodule "oaknut"]
path = externals/oaknut
url = https://github.com/merryhime/oaknut
[submodule "Vulkan-Utility-Libraries"]
path = externals/Vulkan-Utility-Libraries
url = https://github.com/KhronosGroup/Vulkan-Utility-Libraries.git
[submodule "externals/SPIRV-Headers"]
path = externals/SPIRV-Headers
url = https://github.com/KhronosGroup/SPIRV-Headers.git
@ -58,3 +49,12 @@
[submodule "externals/fmt"]
path = externals/fmt
url = https://github.com/fmtlib/fmt.git
[submodule "externals/Vulkan-Utility-Libraries"]
path = externals/Vulkan-Utility-Libraries
url = https://github.com/KhronosGroup/Vulkan-Utility-Libraries.git
[submodule "externals/VulkanMemoryAllocator"]
path = externals/VulkanMemoryAllocator
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
[submodule "externals/Vulkan-Headers"]
path = externals/Vulkan-Headers
url = https://github.com/KhronosGroup/Vulkan-Headers.git

@ -1 +1 @@
Subproject commit 80207f9da86423ce33aff8328a792fd715f3c08f
Subproject commit 5677bafb820e476441e9e1f745371b72133407d3

@ -1 +1 @@
Subproject commit 524f8910d0e4a5f2ec5961996b23e5b74b95cb1d
Subproject commit 777358fdad21132866be4a835327fbc28eabc1a4

@ -1 +1 @@
Subproject commit 2f382df218d7e8516dee3b3caccb819a62b571a2
Subproject commit 009ecd192c1289c7529bff248a16cfe896254816

View File

@ -120,6 +120,7 @@ else()
-Wno-invalid-offsetof
-Wno-unused-parameter
-Wno-missing-field-initializers
-Wno-unused-function
)
if (CMAKE_CXX_COMPILER_ID MATCHES Clang) # Clang or AppleClang