{
    "entryPoints" : [
        {
            "name" : "main",
            "mode" : "frag"
        }
    ],
    "types" : {
        "_13" : {
            "name" : "PushConstants",
            "members" : [
                {
                    "name" : "value0",
                    "type" : "vec4",
                    "offset" : 0
                },
                {
                    "name" : "value1",
                    "type" : "vec4",
                    "offset" : 16
                }
            ]
        }
    },
    "inputs" : [
        {
            "type" : "vec4",
            "name" : "vColor",
            "location" : 0
        }
    ],
    "outputs" : [
        {
            "type" : "vec4",
            "name" : "FragColor",
            "location" : 0
        }
    ],
    "push_constants" : [
        {
            "type" : "_13",
            "name" : "push",
            "push_constant" : true
        }
    ]
}