{
    "Name": "arInPlacePostProcessCombined",
    "OverrideMaterial": "engine:engineDefaults.rematerialdefinition",
    "Parameters": {
        "Constants": {
            "oneOverWhitePoint" : "0.0",
            "x0" : "0.0",
            "x1" : "0.0",
            "exposure" : "0.0",
            "scale": "[0.0, 0.0]",
            "translation": "[0.0, 0.0]",
            "grainIntensity": "0.0"
        },
        "Buffers": {
            "tonemapParams" : "global.tonemapParams",
            "colorConvertParams" : "rendergraph.colorConvertParams"
        },
        "Textures": {
            "inputColor" : "rendergraph.inputColor",
            "lut3d" : "fallback.white3D",
            "grainTexture" : "fallback.black3D"
        }
    },
    "Techniques": [
    {
        "Name": "FullScreen",
        "VertexShader": {
            "Entry": "fullScreenVert"
        },
        "PixelShader": {
            "Entry": "arPostProcessCombinedGraphics"
        },
        "State" : {
            "AlphaBlend" : false,
            "WriteDepth" : false,
            "DepthCompareFunction" : "Always"
        },
        "FunctionConstants" : {
            "re::arTonemapPass" : "true",
            "re::arColorCorrectPass" : "true",
            "re::arCameraNoisePass" : "true",
            "re::arColorConvertPass" : true
        },
        "SupportsRuntimeFunctionConstants" : true
    }],
    "TechniqueMapping": {
        "fullscreen": "FullScreen"
    }
}
