35 lines
705 B
JSON
35 lines
705 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"taskId": "M10-07",
|
|
"fixture": "tests/files/web/basic_scene.blend",
|
|
"fixtureSha256": "6fcc55bda74da8c95da96ba068b60339bf60ca44147ff8000fbb95d296db2a73",
|
|
"backend": "WEBGL2_THREE_PHYSICAL",
|
|
"allowlist": [
|
|
"RGB",
|
|
"VALUE",
|
|
"MATH",
|
|
"IMAGE_TEXTURE",
|
|
"NORMAL_MAP",
|
|
"PRINCIPLED",
|
|
"OUTPUT"
|
|
],
|
|
"mathOperations": [
|
|
"ADD",
|
|
"SUBTRACT",
|
|
"MULTIPLY",
|
|
"DIVIDE",
|
|
"MINIMUM",
|
|
"MAXIMUM"
|
|
],
|
|
"budget": {
|
|
"maxNodes": 128,
|
|
"maxLinks": 512,
|
|
"maxDepth": 64,
|
|
"maxTextures": 16,
|
|
"maxIdentifierBytes": 256,
|
|
"maxNameBytes": 1024
|
|
},
|
|
"expectedMathResult": 0.42,
|
|
"unsupportedNodeCode": "SHADER_NODE_UNSUPPORTED"
|
|
}
|