remove vulkan from direct repo

This commit is contained in:
matthew 2025-08-15 05:11:22 +10:00
parent d3baa63701
commit b0a4bcb422
3 changed files with 0 additions and 19142 deletions

File diff suppressed because it is too large Load Diff

14
external/vma/vma.cpp vendored
View File

@ -1,14 +0,0 @@
#define VMA_IMPLEMENTATION
#define VMA_STATIC_VULKAN_FUNCTIONS 0
#define VMA_DYNAMIC_VULKAN_FUNCTIONS 1
#define VMA_VULKAN_VERSION 1002000
#ifdef __linux__
#define VK_USE_PLATFORM_XCB_KHR
#elif _WIN32
#define VK_USE_PLATFORM_WIN32_KHR
#else
#error not yet implemented
#endif
#include "vk_mem_alloc.h"

View File

@ -15,22 +15,6 @@
#include <xmmintrin.h>
#if __linux__
# define VK_USE_PLATFORM_XCB_KHR
#elif _WIN32
# define VK_USE_PLATFORM_WIN32_KHR
#endif
#define VK_NO_PROTOTYPES
#include <vulkan/vulkan.h>
#define VMA_STATIC_VULKAN_FUNCTIONS 0
#define VMA_DYNAMIC_VULKAN_FUNCTIONS 1
#define VMA_VULKAN_VERSION 1002000
#include "../../external/vma/vk_mem_alloc.h"
#define STB_IMAGE_IMPLEMENTATION
#include "../../external/stb/stb_image.h"