Clone of mesa.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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