added SetGlobal/GetGlobal/Free at RenderResource

This commit is contained in:
2023-03-21 21:37:03 +08:00
parent 8bf1ad2a46
commit 44620abc21
4 changed files with 39 additions and 2 deletions

View File

@@ -59,7 +59,7 @@ public:
const ShaderStageCreateInfoList & GetStageList ()const{return data->shader_stage_list;}
const MaterialDescriptorManager * GetDescriptorSets ()const{return data->mds;}
const MaterialDescriptorManager * GetDescriptorSets ()const{return data->mds;}
const VkPipelineLayout GetPipelineLayout ()const;
const PipelineLayoutData * GetPipelineLayoutData ()const{return data->pipeline_layout_data;}