source:
data/data_extern/programs/BloomFP.cg
@
12115
| Last change on this file since 12115 was 7884, checked in by landauf, 15 years ago | |
|---|---|
|
|
| File size: 179 bytes | |
| Line | |
|---|---|
| 1 | sampler RT1 : register(s0); |
| 2 | sampler RT2 : register(s1); |
| 3 | |
| 4 | float4 Bloom_ps (float2 iTexCoord : TEXCOORD0) : COLOR |
| 5 | { |
| 6 | return 0.5*tex2D(RT1, iTexCoord) + 0.5*tex2D(RT2, iTexCoord); |
| 7 | } |
Note: See TracBrowser
for help on using the repository browser.










