VulkanShader_1.21.10-0.0.4-alpha.jar

Download file
    {
    "vertex": "shadow",
    "fragment": "shadow",
    "samplers": [
        { "name": "Sampler0" }
    ],
    "UBOs": [
        { "type": "vertex", "binding": 0, "fields": [
            { "name": "LightSpaceMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }
        ] },
        { "type": "fragment", "binding": 1, "fields": [
            { "name": "AlphaCutout", "type": "float", "count": 1, "values": [ 0.1 ] }
        ] }
    ],
    "PushConstants": [
        { "name": "ModelOffset", "type": "float", "count": 3, "values": [ 0.0, 0.0, 0.0 ] }
    ]
}
    
Download file