{
    "Name": "depthFog",
    "Parameters": {
        "Constants": {
            "fogColor": "[0.52, 0.6, 0.69, displayp3]",
            "fogDensity": "0.05",
            "viewportPercentsArray" : "view.viewportPercentsArrray"
        },
        "Buffers": {
            "position": "geometry.vertexPosition",
            "texcoord": "geometry.vertexUV"
        },
        "Textures": {
            "renderGraphTexture" : "rendergraph.renderGraphTexture",
	        "linearDepthTexture" : "rendergraph.linearDepthTexture"        
	}
    },
    "Techniques": [
    {
        "Name": "DepthFog",
        "VertexShader": {
            "Entry": "fullScreenVert"
        },
        "PixelShader": {
            "Entry": "fsDepthFog"
        },
        "State" : {
            "AlphaBlend" : true,
            "WriteDepth" : false,
            "DepthCompareFunction" : "Always"
        }
    }],
    "TechniqueMapping": {
        "fullscreen": "DepthFog"
    }
}
