Browse Source

fp: dont reference fragment.position.zw

tags/mesa_20090313
Keith Whitwell 17 years ago
parent
commit
52a68b9078
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      progs/fp/position.txt

+ 2
- 1
progs/fp/position.txt View File

@@ -1,3 +1,4 @@
!!ARBfp1.0
MUL result.color, fragment.position, {.005}.x;
MOV result.color, {0}.x;
MUL result.color.xy, fragment.position, {.005}.x;
END

Loading…
Cancel
Save