Added "RenderFramework *" in GraphModule and IRenderTarget

This commit is contained in:
2025-02-05 22:44:58 +08:00
parent 7ec1c095cc
commit e5a46f3ee8
23 changed files with 92 additions and 117 deletions

View File

@@ -34,7 +34,7 @@ private:
public:
TextureManager(GPUDevice *);
TextureManager(RenderFramework *rf);
virtual ~TextureManager();
const VkFormatProperties GetFormatProperties(const VkFormat)const;