dst function
- Article
-
-
Calculates a distance vector.
fVector dst(
in fVector src0,
in fVector src1
);
-
src0 [in]
-
Type: fVector
The first vector.
-
src1 [in]
-
Type: fVector
The second vector.
Type: fVector
The computed distance vector.
This intrinsic function provides the same functionality as the Vertex Shader instruction dst.
-
Intrinsic Functions