summaryrefslogtreecommitdiff
path: root/progs/fp
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2005-10-21 08:34:06 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2005-10-21 08:34:06 +0000
commit8975cbb36b972f10f2360ad2957d1973f6fd9110 (patch)
treef09ce0a67a0b12ad2f54a598043605e391af79de /progs/fp
parenteedc45709f080bd0600e6cfaa20b66057d5d89e8 (diff)
Better looking test.
Diffstat (limited to 'progs/fp')
-rw-r--r--progs/fp/tri-dst.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/fp/tri-dst.c b/progs/fp/tri-dst.c
index 5e01a3c838..ba40a2418e 100644
--- a/progs/fp/tri-dst.c
+++ b/progs/fp/tri-dst.c
@@ -40,7 +40,7 @@ static void Init( void )
{
static const char *modulate2D =
"!!ARBfp1.0\n"
- "DST result.color, fragment.position, fragment.color; \n"
+ "DST result.color, fragment.color, fragment.color; \n"
"END"
;
GLuint modulateProg;