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