{
    "Name" : "Compose Synthetic Environment",
    "Targets" : [
        {
            "Name" : "SyntheticEnvironmentColor"
        },
        {
            "Name" : "EnvironmentColor"
        }
    ],
    "Nodes" : [
        {
            "Fullscreen" : {
                "Name" : "ComposeNode",
                "Material" : "composeSyntheticEnvironment.rematerial",
                "TechniqueName" : "ComposeWithSyntheticEnvironment",
                "TargetReads" : [
                    {
                        "TargetHandle" : "SyntheticEnvironmentColor",
                        "Settings" : {
                            "IsOptional" : true
                        }
                    }
                ],
                "TargetWrites" : [
                    {
                        "TargetHandle" : "EnvironmentColor",
                        "Settings" : {
                            "AttachmentIndex" : 0
                        }
                    }
                ],
                "RenderGraphTextureCommands" : [
                    {
                        "BindingName" : "syntheticEnvironmentColor",
                        "TargetHandle" : "SyntheticEnvironmentColor",
                        "MakeArrayView" : true
                    }
                ]
            }
        }
    ],
    "Inputs" : [
        {
            "Lane" : "EnvironmentColor",
            "Target" : "EnvironmentColor"
        },
        {
            "Lane" : "SyntheticEnvironmentColor",
            "Target" : "SyntheticEnvironmentColor",
            "InputOnly" : true
        }
    ],
    "PropertyInheritance" : [
        {
            "Lane" : "Color",
            "Target" : "EnvironmentColor"
        }
    ],
    "Outputs" : [
        {
            "Lane" : "EnvironmentColor",
            "Target" : "EnvironmentColor"
        }
    ],
    "Connections" : [
        {
            "Name" : "ComposeNode",
            "Connections" : [
                {
                    "ToMember" : ["EnableVRR"],
                    "FromType" : "VRRData",
                    "FromMember" : ["vrrEnabled"]
                }
            ]
        }
    ]
}
