Files
workinf_Blender_Wasm/tests/golden/M10-07/shader-compile.json
mes123456 0fe8d2bb56
Some checks failed
M6 deployable RC / quick (push) Has been cancelled
M6 deployable RC / chromium (push) Has been cancelled
M6 deployable RC / release (push) Has been cancelled
Advance M8-M11 parity workflows
2026-08-17 04:37:07 -04:00

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"
}