mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-07 08:21:59 +00:00
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
|