Update utMaterialSystem.cpp

Now new enumerators are handled by a case label in utMaterialSystem.cpp
pull/5101/head
Sanchikuuus 2023-05-22 21:17:19 +03:00
parent 8729d2907d
commit 582b9226a5
1 changed files with 4 additions and 0 deletions

View File

@ -260,6 +260,10 @@ TEST_F(MaterialSystemTest, testMaterialTextureTypeEnum) {
case aiTextureType_METALNESS:
case aiTextureType_DIFFUSE_ROUGHNESS:
case aiTextureType_AMBIENT_OCCLUSION:
case aiTextureType_MAYA_BASE:
case aiTextureType_MAYA_SPECULAR:
case aiTextureType_MAYA_SPECULAR_COLOR:
case aiTextureType_MAYA_SPECULAR_ROUGHNESS:
case aiTextureType_SHEEN:
case aiTextureType_CLEARCOAT:
case aiTextureType_TRANSMISSION: