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.
123456 |
- !!ARBfp1.0
- # expected: brown triangle
- # black means the wrong pixel center convention is being used
- MOV result.color, {0}.x;
- FRC result.color.xy, fragment.position;
- END
|