Graphics/FrameGraph: Add support for texture arrays

This commit is contained in:
SirLynix
2023-08-31 18:00:58 +02:00
parent 5b11e53d33
commit b1487a04fd
5 changed files with 90 additions and 2 deletions

View File

@@ -32,6 +32,7 @@ namespace Nz
TextureUsageFlags usage;
unsigned int width;
unsigned int height;
unsigned int layerCount;
};
}