mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-05 09:46:40 +00:00
Revert new libraries
This commit is contained in:
parent
501f9b6aed
commit
a1d4bf6b22
8 changed files with 1 additions and 24682 deletions
|
|
@ -1616,7 +1616,7 @@ met:
|
|||
notice, this list of conditions and the following disclaimer in the
|
||||
documentation and/or other materials provided with the
|
||||
distribution.
|
||||
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||||
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||||
|
|
@ -1641,13 +1641,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||
- stb_vorbis + stb_rect_pack
|
||||
Copyright (c) 2017 Sean Barrett
|
||||
https://github.com/nothings/stb
|
||||
- volk
|
||||
Copyright (c) 2018-2025 Arseny Kapoulkine
|
||||
https://github.com/zeux/volk
|
||||
- VulkanMemoryAllocator
|
||||
Copyright (c) 2017-2025 Advanced Micro Devices, Inc.
|
||||
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
|
|
|
|||
2
thirdparty/CMakeLists.txt
vendored
2
thirdparty/CMakeLists.txt
vendored
|
|
@ -15,5 +15,3 @@ add_subdirectory(tracy)
|
|||
add_subdirectory(libwebm)
|
||||
|
||||
add_subdirectory(fmt)
|
||||
add_subdirectory(volk)
|
||||
add_subdirectory(vma)
|
||||
|
|
|
|||
9
thirdparty/vma/CMakeLists.txt
vendored
9
thirdparty/vma/CMakeLists.txt
vendored
|
|
@ -1,9 +0,0 @@
|
|||
# Update from https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
|
||||
# VulkanMemoryAllocator version 3.2.1
|
||||
# License: MIT
|
||||
|
||||
add_library(VulkanMemoryAllocator STATIC src/vk_mem_alloc.cpp)
|
||||
target_include_directories(VulkanMemoryAllocator PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/include")
|
||||
target_compile_features(VulkanMemoryAllocator PUBLIC cxx_std_17)
|
||||
set_target_properties(VulkanMemoryAllocator PROPERTIES CXX_STANDARD 17)
|
||||
add_library(GPUOpen::VulkanMemoryAllocator ALIAS VulkanMemoryAllocator)
|
||||
19111
thirdparty/vma/include/vk_mem_alloc.h
vendored
19111
thirdparty/vma/include/vk_mem_alloc.h
vendored
File diff suppressed because it is too large
Load diff
2
thirdparty/vma/src/vk_mem_alloc.cpp
vendored
2
thirdparty/vma/src/vk_mem_alloc.cpp
vendored
|
|
@ -1,2 +0,0 @@
|
|||
#define VMA_IMPLEMENTATION
|
||||
#include <vk_mem_alloc.h>
|
||||
9
thirdparty/volk/CMakeLists.txt
vendored
9
thirdparty/volk/CMakeLists.txt
vendored
|
|
@ -1,9 +0,0 @@
|
|||
# Update from https://github.com/zeux/volk
|
||||
# volk 1.4.304
|
||||
# License: MIT
|
||||
|
||||
add_library(volk STATIC src/volk.c)
|
||||
target_include_directories(volk PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/include")
|
||||
target_compile_features(volk INTERFACE cxx_std_17)
|
||||
target_compile_features(volk INTERFACE c_std_11)
|
||||
add_library(volk::volk ALIAS volk)
|
||||
2176
thirdparty/volk/include/volk.h
vendored
2176
thirdparty/volk/include/volk.h
vendored
File diff suppressed because it is too large
Load diff
3365
thirdparty/volk/src/volk.c
vendored
3365
thirdparty/volk/src/volk.c
vendored
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue