Line 1,036: |
Line 1,036: |
| |- | | |- |
| | 0 | | | 0 |
− | | float | + | | float, the GPU handles this as the 4th word. |
| |- | | |- |
| | 1 | | | 1 |
− | | float | + | | float, the GPU handles this as the 3rd word. |
| |- | | |- |
| | 2 | | | 2 |
− | | float | + | | float, the GPU handles this as the 2nd word. |
| |- | | |- |
| | 3 | | | 3 |
− | | float | + | | float, the GPU handles this as the 1st word. |
| |} | | |} |
| + | |
| + | The below entry structure info is in the raw order used for the command, not the order used by the GPU. |
| | | |
| ==== Color Entry ==== | | ==== Color Entry ==== |
Line 1,146: |
Line 1,148: |
| | ? | | | ? |
| |} | | |} |
− |
| |
− | For matrices, the rows are flipped: the GPU handles the 4th row as the 1st row, 3rd row as the 2nd row, etc.
| |