1{
2    "compatibility_info": {
3        "version": "22.00",
4        "type": "shaderstate"
5    },
6    "shaderStates": [
7        {
8            "variantName": "MY_VARIANT",
9            "slot": "",
10            "state": {
11                "rasterizationState": {
12                    "enableDepthClamp": false,
13                    "enableDepthBias": false,
14                    "enableRasterizerDiscard": false,
15                    "polygonMode": "fill",
16                    "cullModeFlags": "back",
17                    "frontFace": "counter_clockwise"
18                },
19                "depthStencilState": {
20                    "enableDepthTest": true,
21                    "enableDepthWrite": true,
22                    "enableDepthBoundsTest": false,
23                    "enableStencilTest": false,
24                    "depthCompareOp": "less_or_equal"
25                },
26                "colorBlendState": {
27                    "colorAttachments": [
28                        {
29                            "colorWriteMask": "r_bit|g_bit|b_bit|a_bit"
30                        }
31                    ]
32                }
33            }
34        }
35    ]
36}