Clone of mesa.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

position-frc.txt 169B

123456
  1. !!ARBfp1.0
  2. # expected: brown triangle
  3. # black means the wrong pixel center convention is being used
  4. MOV result.color, {0}.x;
  5. FRC result.color.xy, fragment.position;
  6. END