added comments at VKDeviceMaterial.cpp

This commit is contained in:
2023-05-10 02:32:03 +08:00
parent 7c3d9ecf91
commit 004504e027
4 changed files with 19 additions and 9 deletions

View File

@@ -18,7 +18,6 @@ MaterialData::~MaterialData()
Material::Material(MaterialData *md):data(md)
{
mi_size=0;
mi_count=0;
}