fixing vulkan loader, moving vulkan pfns to RenderCore

This commit is contained in:
Kbz-8
2024-09-20 16:14:14 +02:00
parent e9a8a0cb84
commit 48801d1070
22 changed files with 821 additions and 684 deletions

View File

@@ -9,6 +9,8 @@
#include <cstdarg>
#include <iostream>
#include <vulkan/vulkan_core.h>
#include <SDL2/SDL.h>
#include <SDL2/SDL_vulkan.h>
@@ -81,6 +83,7 @@
#include <Utils/AntiX11.h>
#include <Utils/AntiWindows.h>
#define KVF_IMPL_VK_NO_PROTOTYPES
#ifdef DEBUG
#define KVF_ENABLE_VALIDATION_LAYERS
#endif