mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-13 08:27:39 +00:00
75f19f7243
Things don't work yet, but this feels much cleaner.
7 lines
179 B
C
7 lines
179 B
C
#ifndef __QF_Vulkan_cvars_h
|
|
#define __QF_Vulkan_cvars_h
|
|
|
|
extern struct cvar_s *vulkan_use_validation;
|
|
extern struct cvar_s *vulkan_presentation_mode;
|
|
|
|
#endif//__QF_Vulkan_cvars_h
|