ddnet/src/engine/client/backend/vulkan/backend_vulkan.h

12 lines
329 B
C
Raw Normal View History

2022-03-20 17:04:00 +00:00
#ifndef ENGINE_CLIENT_BACKEND_VULKAN_BACKEND_VULKAN_H
#define ENGINE_CLIENT_BACKEND_VULKAN_BACKEND_VULKAN_H
2022-06-16 17:50:46 +00:00
class CCommandProcessorFragment_GLBase;
2022-03-20 17:04:00 +00:00
static constexpr int gs_BackendVulkanMajor = 1;
static constexpr int gs_BackendVulkanMinor = 1;
2022-03-20 17:04:00 +00:00
CCommandProcessorFragment_GLBase *CreateVulkanCommandProcessorFragment();
#endif