Adding metal headers

This commit is contained in:
Dynamitos
2024-03-26 20:34:40 +01:00
parent 1ff45b5207
commit 6b197b0b56
2 changed files with 3 additions and 2 deletions
-2
View File
@@ -1,5 +1,4 @@
#pragma once
#include "Foundation/Foundation.hpp"
#include "Metal/Metal.hpp"
#include "Graphics/Graphics.h"
@@ -54,7 +53,6 @@ public:
virtual void resolveTexture(Gfx::PTexture source, Gfx::PTexture destination) = 0;
protected:
MTL::Device* device;
NS::Application* app;
};
} // namespace Metal
} // namespace Seele