Vulkan: Move thirdparty code out of drivers, style fixes
- `vk_enum_string_helper.h` is a generated file taken from the SDK (Vulkan-ValidationLayers). - `vk_mem_alloc.h` is a library from GPUOpen: https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
This commit is contained in:
parent
eb2b1a6022
commit
db81928e08
103 changed files with 435 additions and 381 deletions
5
thirdparty/README.md
vendored
5
thirdparty/README.md
vendored
|
|
@ -547,6 +547,11 @@ Files extracted from upstream source:
|
|||
`loader/` folder
|
||||
- `LICENSE.txt`
|
||||
|
||||
`vk_enum_string_helper.h` is taken from the match `Vulkan-ValidationLayers` SDK
|
||||
release: https://github.com/KhronosGroup/Vulkan-Loader/tree/master/loader/generated
|
||||
|
||||
`vk_mem_alloc.h` is taken from https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
|
||||
|
||||
|
||||
## wslay
|
||||
|
||||
|
|
|
|||
3722
thirdparty/vulkan/vk_enum_string_helper.h
vendored
Normal file
3722
thirdparty/vulkan/vk_enum_string_helper.h
vendored
Normal file
File diff suppressed because it is too large
Load diff
7
thirdparty/vulkan/vk_mem_alloc.cpp
vendored
Normal file
7
thirdparty/vulkan/vk_mem_alloc.cpp
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#define VMA_IMPLEMENTATION
|
||||
#ifdef DEBUG_ENABLED
|
||||
#ifndef _MSC_VER
|
||||
#define _DEBUG
|
||||
#endif
|
||||
#endif
|
||||
#include "vk_mem_alloc.h"
|
||||
15448
thirdparty/vulkan/vk_mem_alloc.h
vendored
Normal file
15448
thirdparty/vulkan/vk_mem_alloc.h
vendored
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue