aboutsummaryrefslogtreecommitdiff
path: root/core/src/Entrypoint/Vulkan.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/Entrypoint/Vulkan.cpp')
-rw-r--r--core/src/Entrypoint/Vulkan.cpp13
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
-}