removed DescriptorSetType::MaterialInstance

This commit is contained in:
2023-09-26 14:50:38 +08:00
parent c15fbf8252
commit bba00534ba
6 changed files with 14 additions and 12 deletions

View File

@@ -34,7 +34,6 @@ public:
#define MP_TYPE_IS(name) const bool is##name()const{return set_type==DescriptorSetType::name;}
MP_TYPE_IS(Instance)
MP_TYPE_IS(MaterialInstance)
MP_TYPE_IS(PerMaterial)
MP_TYPE_IS(PerFrame)
MP_TYPE_IS(Global)