DDraceNetwork Documentation
Loading...
Searching...
No Matches
backend_vulkan.h
Go to the documentation of this file.
1#ifndef ENGINE_CLIENT_BACKEND_VULKAN_BACKEND_VULKAN_H
2#define ENGINE_CLIENT_BACKEND_VULKAN_BACKEND_VULKAN_H
3
5
6static constexpr int BACKEND_VULKAN_VERSION_MAJOR = 1;
7static constexpr int BACKEND_VULKAN_VERSION_MINOR = 1;
8
10
11#endif
CCommandProcessorFragment_GLBase * CreateVulkanCommandProcessorFragment()
static constexpr int BACKEND_VULKAN_VERSION_MAJOR
Definition backend_vulkan.h:6
static constexpr int BACKEND_VULKAN_VERSION_MINOR
Definition backend_vulkan.h:7
Definition backend_base.h:82