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