diff options
Diffstat (limited to 'core/src/Entrypoint/Vulkan.hpp')
-rw-r--r-- | core/src/Entrypoint/Vulkan.hpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/core/src/Entrypoint/Vulkan.hpp b/core/src/Entrypoint/Vulkan.hpp deleted file mode 100644 index 6404806..0000000 --- a/core/src/Entrypoint/Vulkan.hpp +++ /dev/null @@ -1,11 +0,0 @@ -#pragma once - -#include "Entrypoint/Common.hpp" - -class VulkanBackend : public RenderingBackend { -public: - VulkanBackend(); - virtual ~VulkanBackend() = default; - virtual void BeginFrame() override; - virtual void EndFrame() override; -}; |