aboutsummaryrefslogtreecommitdiff
path: root/assets/Ires/S_SimpleLine.json
blob: c20538d21a53c2d64773eb0d4f4eb8b5eb3024c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
    "Type": "IresShader",
    "Uid": [677745099593877908, 15625205469120742998],
    "Value": {
        "SourceFile": ".stationary/Shaders/SimpleLine.glsl",
        "Inputs": [
            {
                "Name": "pos",
                "Semantic": "Position",
                "OpenGLLocation": 0,
                "ScalarType": "float",
                "Width": 1,
                "Height": 3,
                "ArrayLength": 1
            }
        ],
        "Outputs": [
            {
                "Name": "fragColor",
                "Semantic": "Generic",
                "OpenGLLocation": 0,
                "ScalarType": "float",
                "Width": 1,
                "Height": 4,
                "ArrayLength": 1
            }
        ],
        "Uniforms": [
            {
                "Type": "Math",
                "AutoFill": true,
                "Value": {
                    "Name": "transformation",
                    "ScalarType": "float",
                    "Width": 4,
                    "Height": 4
                }
            }
        ]
    }
}