GPU/Shader Instruction Set: Difference between revisions
SGE ! SLT ! |
m (oops) |
||
| Line 308: | Line 308: | ||
| SLT | | SLT | ||
| Sets output if SRC1 is strictly less than SRC2; DST[i] = (SRC1[i] < SRC2[i]) ? 1.0 : 0.0 for all i (modulo destination component masking) | | Sets output if SRC1 is strictly less than SRC2; DST[i] = (SRC1[i] < SRC2[i]) ? 1.0 : 0.0 for all i (modulo destination component masking) | ||
|- | |- | ||
| 0x0B | | 0x0B | ||