mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-27 14:42:07 +00:00
2bc78e7f0a
Doesn't do much other than create an instance and enumerate some stuff, but the build system is working.
9 lines
255 B
C
9 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
|