?/TD> |
Microsoft DirectX 9.0 |
Performs a function call to the instruction marked with the provided label index.
call label |
---|
Where:
Pixel shader versions | 1_1 | 1_2 | 1_3 | 1_4 | 2_0 | 2_x | 2_sw | 3_0 | 3_sw |
---|---|---|---|---|---|---|---|---|---|
call | x | x | x | x |
This instruction does the following:
Only forward calls are allowed. This means that the location of the label inside the pixel shader should be after the call instruction referencing it.
Nested calls are not allowed for ps_2_x or ps_2_sw.
Nested calls are allowed for ps_3_0 and ps_3_sw.
Minimum operating system | Windows 98 |
---|