1{
2    "compatibility_info": {
3        "version": "22.00",
4        "type": "shader"
5    },
6    "category" : "Render/Effect",
7    "displayName" : "TAA",
8    "vert": "rendershaders://shader/fullscreen_triangle.vert.spv",
9    "frag": "rendershaders://shader/fullscreen_taa.frag.spv",
10    "state": {
11        "colorBlendState": {
12            "colorAttachments": [
13                {
14                    "colorWriteMask": "r_bit|g_bit|b_bit|a_bit"
15                }
16            ]
17        }
18    },
19    "materialMetadata": [
20        {
21            "name": "RenderDataStorePostProcess",
22            "globalFactor": [
23                {
24                    "name": "configuration",
25                    "displayName": "Configuration",
26                    "type": "vec4",
27                    "value": [2.0, 1.0, 0.0, 0.1]
28                }
29            ]
30        },
31        {
32            "name": "RenderDataStorePostProcess",
33            "customProperties": [
34                {
35                    "data": [
36                        {
37                            "name": "configuration",
38                            "displayName": "Configuration (sharpness, quality, empty, alpha)",
39                            "type": "vec4",
40                            "value": [2.0, 1.0, 0.0, 0.1]
41                        }
42                    ]
43                }
44            ]
45        }
46    ]
47}