removed sd_list for MaterialDescriptorSets

This commit is contained in:
2023-03-19 20:41:12 +08:00
parent aed56a35e0
commit 3a378be660
3 changed files with 3 additions and 9 deletions

View File

@@ -9,9 +9,6 @@ class MaterialDescriptorSets
{
UTF8String mtl_name;
ShaderDescriptor *sd_list;
uint sd_count;
//ShaderDescriptorList sd_list_by_set_type[size_t(DescriptorSetType::RANGE_SIZE)];
bool set_has_desc[size_t(DescriptorSetType::RANGE_SIZE)];