?/TD>
Microsoft DirectX 9.0

Source Modifiers (Pixel Shader)


Source modifiers can be applied to modify the data read from a source register before the data is used by the instruction.

Negate

Negate the contents of the source register.

Component modifier Description
- r Source negation

The negate modifier cannot be used on second source register of these instructions: m3x2, m3x3, m3x4, m4x3, and m4x4.

Pixel shader versions1_11_21_31_42_02_x2_sw3_03_sw
-xxxxxxxxx

Absolute Value

Take the absolute value of the register.

Pixel shader versions1_11_21_31_42_02_x2_sw3_03_sw
absxx

If any version 3 shader reads from one or more constant float registers (c#), one of the following must be true.



© 2002 Microsoft Corporation. All rights reserved.