SHBIN: Difference between revisions
Line 277: | Line 277: | ||
|} | |} | ||
Output types : | Output types (vertex shader) : | ||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
|- | |- | ||
Line 284: | Line 284: | ||
|- | |- | ||
| 0x0 | | 0x0 | ||
| | | result.position | ||
|- | |||
| 0x1 | |||
| ? | |||
|- | |- | ||
| 0x2 | | 0x2 | ||
| | | result.color | ||
|- | |- | ||
| 0x3 | | 0x3 | ||
| | | result.texcoord0 | ||
|- | |||
| 0x4 | |||
| ? | |||
|- | |||
| 0x5 | |||
| result.texcoord1 | |||
|- | |||
| 0x6 | |||
| result.texcoord2 | |||
|- | |||
| 0x7 | |||
| ? | |||
|- | |||
| 0x8 | |||
| ? | |||
|} | |} | ||