mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-11 15:51:36 +00:00
8 lines
221 B
C
8 lines
221 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;
|
|
extern struct cvar_s *vulkan_frame_count;
|
|
|
|
#endif//__QF_Vulkan_cvars_h
|