Better looking test.
authorKeith Whitwell <keith@tungstengraphics.com>
Fri, 21 Oct 2005 08:34:06 +0000 (08:34 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Fri, 21 Oct 2005 08:34:06 +0000 (08:34 +0000)
progs/fp/tri-dst.c

index 5e01a3c..ba40a24 100644 (file)
@@ -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;