1#ifndef ENGINE_CLIENT_BACKEND_VULKAN_BACKEND_VULKAN_H
2#define ENGINE_CLIENT_BACKEND_VULKAN_BACKEND_VULKAN_H
3
4class CCommandProcessorFragment_GLBase;
5
6static constexpr int gs_BackendVulkanMajor = 1;
7static constexpr int gs_BackendVulkanMinor = 1;
8
9CCommandProcessorFragment_GLBase *CreateVulkanCommandProcessorFragment();
10
11#endif
12