Line 277:
Line 277:
|}
|}
−
Output types :
+
Output types (vertex shader) :
{| class="wikitable" border="1"
{| class="wikitable" border="1"
|-
|-
Line 284:
Line 284:
|-
|-
| 0x0
| 0x0
−
| Position
+
| result.position
+
|-
+
| 0x1
+
| ?
|-
|-
| 0x2
| 0x2
−
| Color
+
| result.color
|-
|-
| 0x3
| 0x3
−
| Texture coordinates
+
| result.texcoord0
+
|-
+
| 0x4
+
| ?
+
|-
+
| 0x5
+
| result.texcoord1
+
|-
+
| 0x6
+
| result.texcoord2
+
|-
+
| 0x7
+
| ?
+
|-
+
| 0x8
+
| ?
|}
|}