mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-07 02:00:42 +00:00
10 lines
255 B
C
10 lines
255 B
C
|
#ifndef __QF_Vulkan_funcs_h
|
||
|
#define __QF_Vulkan_funcs_h
|
||
|
|
||
|
#define EXPORTED_VULKAN_FUNCTION(fname) extern PFN_##fname fname;
|
||
|
#define GLOBAL_LEVEL_VULKAN_FUNCTION(fname) extern PFN_##fname fname;
|
||
|
|
||
|
#include "QF/Vulkan/funclist.h"
|
||
|
|
||
|
#endif//__QF_Vulkan_funcs_h
|