Add vector distance operator for vertex programs.

This commit is contained in:
Aapo Tahkola 2005-01-27 04:42:52 +00:00
parent 5aa6dc329b
commit d773598224
1 changed files with 1 additions and 0 deletions

View File

@ -1157,6 +1157,7 @@ I am fairly certain that they are correct unless stated otherwise in comments.
#define R300_VPI_OUT_OP_MUL (2 << 0)
#define R300_VPI_OUT_OP_ADD (3 << 0)
#define R300_VPI_OUT_OP_MAD (4 << 0)
#define R300_VPI_OUT_OP_DST (5 << 0)
#define R300_VPI_OUT_OP_FRC (6 << 0)
#define R300_VPI_OUT_OP_MAX (7 << 0)
#define R300_VPI_OUT_OP_MIN (8 << 0)