diff options
Diffstat (limited to 'assets/Ires/S_SimpleLine.json')
-rw-r--r-- | assets/Ires/S_SimpleLine.json | 30 |
1 files changed, 7 insertions, 23 deletions
diff --git a/assets/Ires/S_SimpleLine.json b/assets/Ires/S_SimpleLine.json index c20538d..b2dc464 100644 --- a/assets/Ires/S_SimpleLine.json +++ b/assets/Ires/S_SimpleLine.json @@ -1,41 +1,25 @@ { "Type": "IresShader", - "Uid": [677745099593877908, 15625205469120742998], + "Uid": "0967d593c58e0994-d8d7e196996ec656", "Value": { "SourceFile": ".stationary/Shaders/SimpleLine.glsl", - "Inputs": [ - { + "Inputs": [{ "Name": "pos", - "Semantic": "Position", + "Semantic": "VES_Generic", "OpenGLLocation": 0, "ScalarType": "float", "Width": 1, "Height": 3, "ArrayLength": 1 - } - ], - "Outputs": [ - { + }], + "Outputs": [{ "Name": "fragColor", - "Semantic": "Generic", + "Semantic": "VES_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 - } - } - ] + }] } }
\ No newline at end of file |