{
    "Name" : "PostProcessGraph",
    "Targets" : [
        {
            "Name" : "PostProcessInputColor"
        },
        {
            "Name" : "PostProcessOutputColor"
        }
    ],
    "Buffers" : [
    ],
    "Nodes" : [
        {
            "Fullscreen" : {
                "Name" : "Heatmap",
                "Material" : "overdrawHeatmap.rematerial",
                "TechniqueName" : "fullscreen",
                "TargetReads" : [
                    {
                        "TargetHandle" : "PostProcessInputColor",
                        "Settings" : {
                            "IsOptional" : true
                        }
                    }
                ],
                "TargetWrites" : [
                    {
                        "TargetHandle" : "PostProcessOutputColor",
                        "Settings" : {
                            "AttachmentIndex" : 0
                        }
                    }
                ],
                "RenderGraphTextureCommands" : [
                    {
                        "BindingName" : "inputColor",
                        "TargetHandle" : "PostProcessInputColor"
                    }
                ]
            }
        }
    ],
    "Inputs" : [
        {
            "Lane" : "Color",
            "Target" : "PostProcessInputColor",
            "InputOnly" : true
        }
    ],
    "Outputs" : [
        {
            "Lane" : "Color",
            "Target" : "PostProcessOutputColor"
        }
    ]
}
