commented binding_list of VKMaterialDescriptorSets, because I don't know it's function.

This commit is contained in:
2023-02-23 12:40:23 +08:00
parent cce2cab12c
commit e31a6cca13
2 changed files with 18 additions and 11 deletions

View File

@@ -31,7 +31,7 @@ class MaterialDescriptorSets
Map<AnsiString,ShaderDescriptor *> sd_by_name;
Map<AnsiString,int> binding_map[VK_DESCRIPTOR_TYPE_RANGE_SIZE];
int *binding_list[VK_DESCRIPTOR_TYPE_RANGE_SIZE];
// int *binding_list[VK_DESCRIPTOR_TYPE_RANGE_SIZE];
private: