{
    "entryPoints" : [
        {
            "name" : "main",
            "mode" : "frag"
        }
    ],
    "subpass_inputs" : [
        {
            "type" : "subpassInput",
            "name" : "uSubpass0",
            "set" : 0,
            "binding" : 0,
            "input_attachment_index" : 0
        },
        {
            "type" : "subpassInput",
            "name" : "uSubpass1",
            "set" : 0,
            "binding" : 1,
            "input_attachment_index" : 1
        }
    ],
    "outputs" : [
        {
            "type" : "vec4",
            "name" : "FragColor",
            "location" : 0
        }
    ]
}