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