From bdcc81822adddf2c6ad7f10d9e090d913475c1e0 Mon Sep 17 00:00:00 2001 From: rtk0c Date: Sun, 28 Mar 2021 13:24:52 -0700 Subject: Initial code structure --- core/src/Entrypoint/Metal.mm | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 core/src/Entrypoint/Metal.mm (limited to 'core/src/Entrypoint/Metal.mm') 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 +} -- cgit v1.2.3-70-g09d2