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 BACKEND_VULKAN_VERSION_MAJOR = 1;
7static constexpr int BACKEND_VULKAN_VERSION_MINOR = 1;
8
9CCommandProcessorFragment_GLBase *CreateVulkanCommandProcessorFragment();
10
11#endif
12