diff options
author | rtk0c <[email protected]> | 2022-06-02 21:34:16 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2022-06-02 21:34:16 -0700 |
commit | bd07ae3f4e1bcdedc3e373460671ca9713a03de5 (patch) | |
tree | 15c897891474a97983f247196923f8e4f2184083 /assets | |
parent | 8a0f2cd0b398ee0b7740e44a0e5fb2f75d090ccb (diff) |
Changeset: 60 Add struct/class scanning to codegen
Diffstat (limited to 'assets')
-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 |