diff options
author | Brian Paul <[email protected]> | 2006-04-21 01:02:27 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2006-04-21 01:02:27 +0000 |
commit | fb87976ef6b4445767c2057b8503681edaef154a (patch) | |
tree | d1389e194e97714cf18da8d20d501995e67b2146 /progs/tests/arbvpwarpmesh.c | |
parent | 8743d00571bbc4f4ec47afdc713a10b1b25b6dd6 (diff) |
use vertex.attrib[3] instead of vertex.color
Diffstat (limited to 'progs/tests/arbvpwarpmesh.c')
-rw-r--r-- | progs/tests/arbvpwarpmesh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/tests/arbvpwarpmesh.c b/progs/tests/arbvpwarpmesh.c index a9e2564bc4c..3dfe94f7596 100644 --- a/progs/tests/arbvpwarpmesh.c +++ b/progs/tests/arbvpwarpmesh.c @@ -187,7 +187,7 @@ static void Init( void ) "DP4 result.position.z, state.matrix.mvp.row[2], R3 ;\n" "DP4 result.position.w, state.matrix.mvp.row[3], R3 ;\n" - "MOV result.color, vertex.color;\n # copy input color to output color\n" + "MOV result.color, vertex.attrib[3];\n # copy input color to output color\n" "END"; |