{
    "Name": "tonemapDefinition",
    "Parameters": {
        "Constants": {
            "viewportPercentsArray" : "view.viewportPercentsArray"
        },
        "Buffers": {
            "position": "geometry.vertexPosition",
            "texcoord": "geometry.vertexUV",
            "tonemapParams" : "global.tonemapParams"
        },
        "Textures": {
            "inputColor" : "rendergraph.inputColor"
        }
    },
    "Techniques": [
    {
        "Name": "FullScreen",
        "VertexShader": {
            "Entry": "fullScreenVert"
        },
        "PixelShader": {
            "Entry": "fsTonemap"
        },
        "State" : {
            "AlphaBlend" : false,
            "WriteDepth" : false,
            "DepthCompareFunction" : "Always"
        },
        "FunctionConstants" : {
        }
    }],
    "TechniqueMapping": {
        "fullscreen": "FullScreen"
    }
}
