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_Default.json | |
parent | 434a274cc8b85cfb37309c0ac1b1470ed930d30f (diff) |
Changeset: 98 Cleanup and prepare for rewriting shader system
Diffstat (limited to 'assets/Ires/S_Default.json')
-rw-r--r-- | assets/Ires/S_Default.json | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/assets/Ires/S_Default.json b/assets/Ires/S_Default.json deleted file mode 100644 index 442603b..0000000 --- a/assets/Ires/S_Default.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "Type": "IresShader", - "Uid": "8e197cd56ad96b14-2007ff9216c015b7", - "Value": { - "SourceFile": ".stationary/Shaders/Default.glsl", - "Inputs": [{ - "Name": "pos", - "Semantic": "VES_Position", - "OpenGLLocation": 0, - "ScalarType": "float", - "Width": 1, - "Height": 3, - "ArrayLength": 1 - }, { - "Name": "texcoord", - "Semantic": "VES_TexCoords1", - "OpenGLLocation": 1, - "ScalarType": "float", - "Width": 1, - "Height": 2, - "ArrayLength": 1 - }, { - "Name": "color", - "Semantic": "VES_Color1", - "OpenGLLocation": 2, - "ScalarType": "float", - "Width": 1, - "Height": 4, - "ArrayLength": 1 - }], - "Outputs": [{ - "Name": "fragColor", - "Semantic": "VES_Generic", - "OpenGLLocation": 0, - "ScalarType": "float", - "Width": 1, - "Height": 4, - "ArrayLength": 1 - }] - } -}
\ No newline at end of file |