This website requires JavaScript.
Explore
Help
Register
Sign In
OpenHarmony
/
third_party_mesa3d
Watch
2
Star
0
Fork
0
You've already forked third_party_mesa3d
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
24d3a7a251b091be1da5c8c4ef03d1b187ffd39c
third_party_mesa3d
/
progs
/
fp
/
position.txt
5 lines
90 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Redo the fragment program examples to match vp's we just load text files instead of compiling tons of small binaries
2007-11-09 10:08:15 -05:00
!!ARBfp1.0
fp: dont reference fragment.position.zw
2009-03-06 18:53:56 +00:00
MOV result.color, {0}.x;
MUL result.color.xy, fragment.position, {.005}.x;
Redo the fragment program examples to match vp's we just load text files instead of compiling tons of small binaries
2007-11-09 10:08:15 -05:00
END
Reference in New Issue
Copy Permalink