moved CreateFBO/CreateRT to TextureManager

This commit is contained in:
2024-11-09 00:11:43 +08:00
parent 336688b4f0
commit 6b466f63cf
9 changed files with 77 additions and 53 deletions

View File

@@ -16,7 +16,7 @@ class Framebuffer
private:
friend class GPUDevice;
friend class TextureManager;
Framebuffer(VkDevice,VkFramebuffer,const VkExtent2D &,VkRenderPass,uint32_t color_count,bool depth);