mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-17 01:11:45 +00:00
[vulkan] Make device.h more include-order independent
This commit is contained in:
parent
0d4ece875d
commit
93f806ccfb
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue