|
|
|
|
@ -2782,11 +2782,11 @@ void MaterialDataTest::pbrMetallicRoughnessAccessInvalidTextures() {
|
|
|
|
|
"Trade::MaterialData::attribute(): attribute BaseColorTexture not found in layer 0\n" |
|
|
|
|
"Trade::PbrMetallicRoughnessMaterialData::baseColorTextureMatrix(): the material doesn't have a base color texture\n" |
|
|
|
|
"Trade::PbrMetallicRoughnessMaterialData::baseColorTextureCoordinates(): the material doesn't have a base color texture\n" |
|
|
|
|
"Trade::MaterialData::attribute(): attribute MetalnessTexture not found in layer 0\n" |
|
|
|
|
"Trade::PbrMetallicRoughnessMaterialData::metalnessTexture(): the material doesn't have a metalness texture\n" |
|
|
|
|
"Trade::PbrMetallicRoughnessMaterialData::metalnessTextureSwizzle(): the material doesn't have a metalness texture\n" |
|
|
|
|
"Trade::PbrMetallicRoughnessMaterialData::metalnessTextureMatrix(): the material doesn't have a metalness texture\n" |
|
|
|
|
"Trade::PbrMetallicRoughnessMaterialData::metalnessTextureCoordinates(): the material doesn't have a metalness texture\n" |
|
|
|
|
"Trade::MaterialData::attribute(): attribute RoughnessTexture not found in layer 0\n" |
|
|
|
|
"Trade::PbrMetallicRoughnessMaterialData::roughnessTexture(): the material doesn't have a roughness texture\n" |
|
|
|
|
"Trade::PbrMetallicRoughnessMaterialData::roughnessTextureSwizzle(): the material doesn't have a roughness texture\n" |
|
|
|
|
"Trade::PbrMetallicRoughnessMaterialData::roughnessTextureMatrix(): the material doesn't have a roughness texture\n" |
|
|
|
|
"Trade::PbrMetallicRoughnessMaterialData::roughnessTextureCoordinates(): the material doesn't have a roughness texture\n" |
|
|
|
|
@ -3164,11 +3164,11 @@ void MaterialDataTest::pbrSpecularGlossinessAccessInvalidTextures() {
|
|
|
|
|
"Trade::MaterialData::attribute(): attribute DiffuseTexture not found in layer 0\n" |
|
|
|
|
"Trade::PbrSpecularGlossinessMaterialData::diffuseTextureMatrix(): the material doesn't have a diffuse texture\n" |
|
|
|
|
"Trade::PbrSpecularGlossinessMaterialData::diffuseTextureCoordinates(): the material doesn't have a diffuse texture\n" |
|
|
|
|
"Trade::MaterialData::attribute(): attribute SpecularTexture not found in layer 0\n" |
|
|
|
|
"Trade::PbrSpecularGlossinessMaterialData::specularTexture(): the material doesn't have a specular texture\n" |
|
|
|
|
"Trade::PbrSpecularGlossinessMaterialData::specularTextureSwizzle(): the material doesn't have a specular texture\n" |
|
|
|
|
"Trade::PbrSpecularGlossinessMaterialData::specularTextureMatrix(): the material doesn't have a specular texture\n" |
|
|
|
|
"Trade::PbrSpecularGlossinessMaterialData::specularTextureCoordinates(): the material doesn't have a specular texture\n" |
|
|
|
|
"Trade::MaterialData::attribute(): attribute GlossinessTexture not found in layer 0\n" |
|
|
|
|
"Trade::PbrSpecularGlossinessMaterialData::glossinessTexture(): the material doesn't have a glossiness texture\n" |
|
|
|
|
"Trade::PbrSpecularGlossinessMaterialData::glossinessTextureSwizzle(): the material doesn't have a glossiness texture\n" |
|
|
|
|
"Trade::PbrSpecularGlossinessMaterialData::glossinessTextureMatrix(): the material doesn't have a glossiness texture\n" |
|
|
|
|
"Trade::PbrSpecularGlossinessMaterialData::glossinessTextureCoordinates(): the material doesn't have a glossiness texture\n" |
|
|
|
|
@ -3379,7 +3379,7 @@ void MaterialDataTest::phongAccessInvalidTextures() {
|
|
|
|
|
"Trade::MaterialData::attribute(): attribute DiffuseTexture not found in layer 0\n" |
|
|
|
|
"Trade::PhongMaterialData::diffuseTextureMatrix(): the material doesn't have a diffuse texture\n" |
|
|
|
|
"Trade::PhongMaterialData::diffuseTextureCoordinates(): the material doesn't have a diffuse texture\n" |
|
|
|
|
"Trade::MaterialData::attribute(): attribute SpecularTexture not found in layer 0\n" |
|
|
|
|
"Trade::PhongMaterialData::specularTexture(): the material doesn't have a specular texture\n" |
|
|
|
|
"Trade::PhongMaterialData::specularTextureSwizzle(): the material doesn't have a specular texture\n" |
|
|
|
|
"Trade::PhongMaterialData::specularTextureMatrix(): the material doesn't have a specular texture\n" |
|
|
|
|
"Trade::PhongMaterialData::specularTextureCoordinates(): the material doesn't have a specular texture\n" |
|
|
|
|
|