i hate metal

This commit is contained in:
Dynamitos
2025-03-05 09:41:34 +01:00
parent 5693802215
commit 4d7c5db2c3
15 changed files with 218 additions and 86 deletions
+2 -1
View File
@@ -1,12 +1,13 @@
#pragma once
#include "Graphics.h"
#include "Graphics/Enums.h"
#include "Graphics/Metal/Resources.h"
#include "Graphics/Texture.h"
#include "Metal/MTLTexture.hpp"
namespace Seele {
namespace Metal {
class TextureHandle {
class TextureHandle : public CommandBoundResource{
public:
TextureHandle(PGraphics graphics, MTL::TextureType type, const TextureCreateInfo& createInfo, MTL::Texture* existingImage);
virtual ~TextureHandle();