diff options
author | rtk0c <[email protected]> | 2023-06-15 18:14:02 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2023-06-15 18:14:02 -0700 |
commit | 1717c62f258c3cad297e9d066da7cbe57f8be200 (patch) | |
tree | 5864784122bb413a79b088da0e093ec419903007 /assets/Ires/S_SimpleLine.json | |
parent | 434a274cc8b85cfb37309c0ac1b1470ed930d30f (diff) |
Changeset: 98 Cleanup and prepare for rewriting shader system
Diffstat (limited to 'assets/Ires/S_SimpleLine.json')
-rw-r--r-- | assets/Ires/S_SimpleLine.json | 22 |
1 files changed, 3 insertions, 19 deletions
diff --git a/assets/Ires/S_SimpleLine.json b/assets/Ires/S_SimpleLine.json index b2dc464..5b62b0e 100644 --- a/assets/Ires/S_SimpleLine.json +++ b/assets/Ires/S_SimpleLine.json @@ -1,25 +1,9 @@ { "Type": "IresShader", - "Uid": "0967d593c58e0994-d8d7e196996ec656", + "Uid": "1d6ae0953c91b56f-333f006389f662d9", "Value": { "SourceFile": ".stationary/Shaders/SimpleLine.glsl", - "Inputs": [{ - "Name": "pos", - "Semantic": "VES_Generic", - "OpenGLLocation": 0, - "ScalarType": "float", - "Width": 1, - "Height": 3, - "ArrayLength": 1 - }], - "Outputs": [{ - "Name": "fragColor", - "Semantic": "VES_Generic", - "OpenGLLocation": 0, - "ScalarType": "float", - "Width": 1, - "Height": 4, - "ArrayLength": 1 - }] + "Inputs": [], + "Outputs": [] } }
\ No newline at end of file |