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