removed PerObject of DescriptorSetType

This commit is contained in:
2023-04-21 20:27:28 +08:00
parent 011fbdb55d
commit 0e589e8bcd
3 changed files with 4 additions and 17 deletions

View File

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