mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
vulkan: provide vulkan headers ourselves
This commit is contained in:
@@ -38,6 +38,9 @@
|
||||
#include <sstream>
|
||||
#include <array>
|
||||
|
||||
#define VOLK_IMPLEMENTATION
|
||||
#include "libraries/volk/volk.h"
|
||||
|
||||
#define VMA_IMPLEMENTATION
|
||||
#include "libraries/vma/vk_mem_alloc.h"
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
#pragma once
|
||||
|
||||
#define VK_NO_PROTOTYPES
|
||||
#include <vulkan/vulkan.h>
|
||||
#include "libraries/vulkanheaders/vulkan.h"
|
||||
|
||||
#ifndef VK_MAKE_API_VERSION
|
||||
#define VK_MAKE_API_VERSION(variant, major, minor, patch) \
|
||||
|
||||
Reference in New Issue
Block a user