From bd07ae3f4e1bcdedc3e373460671ca9713a03de5 Mon Sep 17 00:00:00 2001 From: rtk0c Date: Thu, 2 Jun 2022 21:34:16 -0700 Subject: Changeset: 60 Add struct/class scanning to codegen --- assets/Ires/S_Default.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'assets/Ires/S_Default.json') 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 -- cgit v1.2.3-70-g09d2