Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/trunk/programs/InvertFP.cg @ 7708

Last change on this file since 7708 was 7708, checked in by dafrick, 13 years ago

Merging cleanup branch. You will need to update your data repository as well as your local copy of the code.

  • Property svn:eol-style set to native
File size: 122 bytes
Line 
1sampler RT : register(s0);
2
3float4 Invert_ps (float2 iTexCoord : TEXCOORD0) : COLOR
4{
5        return 1 - tex2D(RT, iTexCoord);
6}
Note: See TracBrowser for help on using the repository browser.