Advance M8-M11 parity workflows
This commit is contained in:
34
tests/golden/M10-07/shader-compile.json
Normal file
34
tests/golden/M10-07/shader-compile.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user