[vulkan] Make device.h more include-order independent

This commit is contained in:
Bill Currie 2021-12-16 22:55:44 +09:00
parent 0d4ece875d
commit 93f806ccfb

View file

@ -1,6 +1,8 @@
#ifndef __QF_Vulkan_device_h
#define __QF_Vulkan_device_h
#include "QF/Vulkan/qf_vid.h"
typedef struct qfv_devfuncs_s {
#define DEVICE_LEVEL_VULKAN_FUNCTION(name) PFN_##name name;
#define DEVICE_LEVEL_VULKAN_FUNCTION_FROM_EXTENSION(name,ext) PFN_##name name;