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

tex-pos-kil.txt 159B

12345678
  1. !!ARBfp1.0
  2. TEMP R0;
  3. MUL R0, fragment.position, {0.008}.x;
  4. TEX R0, R0, texture[0], 2D;
  5. SUB R0, R0, {0.25}.x;
  6. KIL R0.xyzz;
  7. MOV result.color, fragment.color;
  8. END