diff options
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 |