source:
data/data_extern/programs/Cg/InvertFP.cg
Last change on this file was 12115, checked in by wiesep, 6 years ago | |
---|---|
File size: 147 bytes |
Line | |
---|---|
1 | sampler2D RT : register(s0); |
2 | |
3 | float4 Invert_ps (float4 pos : POSITION, float2 iTexCoord : TEXCOORD0) : COLOR |
4 | { |
5 | return 1 - tex2D(RT, iTexCoord); |
6 | } |
Note: See TracBrowser
for help on using the repository browser.