moved few codes to TextureManager
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user