From 1717c62f258c3cad297e9d066da7cbe57f8be200 Mon Sep 17 00:00:00 2001 From: rtk0c Date: Thu, 15 Jun 2023 18:14:02 -0700 Subject: Changeset: 98 Cleanup and prepare for rewriting shader system --- assets/Ires/S_Default.json | 41 ----------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 assets/Ires/S_Default.json (limited to 'assets/Ires/S_Default.json') 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 -- cgit v1.2.3-70-g09d2