diff options
Diffstat (limited to 'core/src/Entrypoint/Vulkan.cpp')
-rw-r--r-- | core/src/Entrypoint/Vulkan.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/core/src/Entrypoint/Vulkan.cpp b/core/src/Entrypoint/Vulkan.cpp deleted file mode 100644 index 5af1772..0000000 --- a/core/src/Entrypoint/Vulkan.cpp +++ /dev/null @@ -1,13 +0,0 @@ -#include "Vulkan.hpp" - -VulkanBackend::VulkanBackend() { - // TODO -} - -void VulkanBackend::BeginFrame() { - // TODO -} - -void VulkanBackend::EndFrame() { - // TODO -} |