mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-11 15:51:36 +00:00
8ee06d75a9
This paves the way for clean initialization of the Vulkan renderer, and very much cleans up the older renderer initialization code as gl and sw are no longer intertwined.
6 lines
131 B
C
6 lines
131 B
C
#ifndef __QF_Vulkan_cvars_h
|
|
#define __QF_Vulkan_cvars_h
|
|
|
|
extern struct cvar_s *vulkan_use_validation;
|
|
|
|
#endif//__QF_Vulkan_cvars_h
|