diff options
Diffstat (limited to 'assets/Ires')
-rw-r--r-- | assets/Ires/S_Default.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/assets/Ires/S_Default.json b/assets/Ires/S_Default.json index 15c16d9..0bfcb1b 100644 --- a/assets/Ires/S_Default.json +++ b/assets/Ires/S_Default.json @@ -5,7 +5,7 @@ "SourceFile": ".stationary/Shaders/Default.glsl", "Inputs": [ { - "Semantic": "Position", + "Semantic": "VES_Position", "Name": "pos", "ScalarType": "float", "Width": 1, @@ -13,7 +13,7 @@ "OpenGLLocation": 0 }, { - "Semantic": "TexCoords1", + "Semantic": "VES_TexCoords1", "Name": "texcoord", "ScalarType": "float", "Width": 1, @@ -21,7 +21,7 @@ "OpenGLLocation": 1 }, { - "Semantic": "Color1", + "Semantic": "VES_Color1", "Name": "color", "ScalarType": "float", "Width": 1, @@ -53,7 +53,7 @@ "Type": "Math", "Value": { "Name": "taint", - "Semantic": "Color1", + "Semantic": "VES_Color1", "ScalarType": "float", "Width": 1, "Height": 4 |