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

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