mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 21:02:50 +00:00
2bc78e7f0a
Doesn't do much other than create an instance and enumerate some stuff, but the build system is working.
7 lines
174 B
C
7 lines
174 B
C
#ifndef __QF_Vulkan_cvars_h
|
|
#define __QF_Vulkan_cvars_h
|
|
|
|
extern struct cvar_s *vulkan_library_name;
|
|
extern struct cvar_s *vulkan_use_validation;
|
|
|
|
#endif//__QF_Vulkan_cvars_h
|