moved few codes to TextureManager

This commit is contained in:
2024-11-05 23:12:35 +08:00
parent 88f5948a2e
commit 95e9fe79a9
10 changed files with 45 additions and 29 deletions

View File

@@ -16,6 +16,8 @@ class TextureManager:public GraphManager
SortedSet<VkImage> image_set;
SortedSet<Texture *> texture_set; ///<纹理合集
Map<OSString,Texture *> texture_by_name;
private:
DeviceQueue *texture_queue;