aboutsummaryrefslogtreecommitdiff
path: root/core/src/Entrypoint/Metal.mm
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/Entrypoint/Metal.mm')
-rw-r--r--core/src/Entrypoint/Metal.mm13
1 files changed, 13 insertions, 0 deletions
diff --git a/core/src/Entrypoint/Metal.mm b/core/src/Entrypoint/Metal.mm
new file mode 100644
index 0000000..3f69634
--- /dev/null
+++ b/core/src/Entrypoint/Metal.mm
@@ -0,0 +1,13 @@
+#include "Metal.hpp"
+
+MetalBackend::MetalBackend() {
+ // TODO
+}
+
+void MetalBackend::BeginFrame() {
+ // TODO
+}
+
+void MetalBackend::EndFrame() {
+ // TODO
+}