mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-14 17:01:22 +00:00
2bc78e7f0a
Doesn't do much other than create an instance and enumerate some stuff, but the build system is working.
6 lines
183 B
C
6 lines
183 B
C
#include <vulkan/vulkan.h>
|
|
|
|
#define EXPORTED_VULKAN_FUNCTION(fname) PFN_##fname fname;
|
|
#define GLOBAL_LEVEL_VULKAN_FUNCTION(fname) PFN_##fname fname;
|
|
|
|
#include "QF/Vulkan/funclist.h"
|