Adding texture views are first class primitives

This commit is contained in:
2025-07-04 17:36:40 +02:00
parent 85f88d79bd
commit b2cb8b42e4
26 changed files with 233 additions and 103 deletions
+4
View File
@@ -4,6 +4,10 @@
using namespace Seele;
using namespace Seele::Gfx;
TextureView::TextureView() {}
TextureView::~TextureView() {}
Texture::Texture(QueueFamilyMapping mapping) : QueueOwnedResource(mapping) {}
Texture::~Texture() {}