moved VAN to CMSceneGraph from VertexAttribData

This commit is contained in:
2023-04-30 20:42:08 +08:00
parent c232feb40a
commit 8b0ef244e0
3 changed files with 2 additions and 23 deletions

View File

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