quakeforge/libs/video/renderer/vulkan/vkgen/vulkan.r
Bill Currie 88b3965794 [vulkan] Pick up vulkan.h from correct location
Well... it could be done better, but this works for now assuming it's in
/usr/include (and it's correct for mxe builts). Does need proper
autoconfiscation, though.
2021-11-19 22:36:19 +09:00

3 lines
79 B
R

#define __x86_64__
#include <vulkan/vulkan.h>
#include "QF/Vulkan/swapchain.h"