Microsoft DirectX 8.1 (pixel shader versions 1.0, 1.1, 1.2, 1.3) |
texm3x2pad
Performs the first row multiplication of a two-row matrix multiply. This instruction must be combined with either texm3x2tex or texm3x2depth. Refer to either of these instructions for details on using texm3x2pad.
texm3x2pad dest, src
Registers
Argument | Description | Registers | Version | |||
---|---|---|---|---|---|---|
vn | cn | tn | rn | |||
dest | Destination register | x | 1.0, 1.1, 1.2, 1.3 | |||
src | Source register | x | 1.0, 1.1, 1.2, 1.3 |
To learn more about registers, see Registers.
Remarks
This instruction cannot be used by itself.