Clone of mesa.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

position-upper-left.txt 249B

1234567
  1. !!ARBfp1.0
  2. # expected: the yellow vertex is the bottom one
  3. # if it is the top one, the wrong origin convention is being used
  4. OPTION ARB_fragment_coord_origin_upper_left;
  5. MOV result.color, {0}.x;
  6. MUL result.color.xy, fragment.position, {.005}.x;
  7. END