renamed to DescriptorSetType instead of DescriptorSetsType
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
VK_NAMESPACE_BEGIN
|
||||
MaterialData::~MaterialData()
|
||||
{
|
||||
for(int i=0;i<int(DescriptorSetsType::RANGE_SIZE);i++)
|
||||
for(int i=0;i<int(DescriptorSetType::RANGE_SIZE);i++)
|
||||
if(mp_array[i])
|
||||
delete mp_array[i];
|
||||
|
||||
@@ -24,7 +24,7 @@ const VkPipelineLayout Material::GetPipelineLayout()const
|
||||
return data->pipeline_layout_data->pipeline_layout;
|
||||
}
|
||||
|
||||
const bool Material::hasSet(const DescriptorSetsType &dst)const
|
||||
const bool Material::hasSet(const DescriptorSetType &dst)const
|
||||
{
|
||||
return data->mds->hasSet(dst);
|
||||
}
|
||||
|
Reference in New Issue
Block a user