RenderResource中移除static_descriptor/global_descriptor

This commit is contained in:
2025-06-06 00:24:06 +08:00
parent bc987e7d7b
commit 8436e57ed7
3 changed files with 4 additions and 14 deletions

View File

@@ -29,7 +29,7 @@ class IRenderTarget
public:
RenderFramework * GetRenderFramework ()const{return render_framework;}
VulkanDevice * GetDevice ()const;
VulkanDevice * GetDevice ()const;
VkDevice GetVkDevice ()const;
DescriptorBinding * GetDescriptorBinding(){return &desc_binding;}