source:
GTP/trunk/Lib/Vis/Preprocessing/src/passthrough.cg
@
1940
Revision 1940, 108 bytes checked in by mattausch, 18 years ago (diff) |
---|
Line | |
---|---|
1 | fragout main(vf30 IN) |
2 | { |
3 | fragout OUT; |
4 | |
5 | OUT.col = IN.COL0;//float4(1, 1, 1, 1); |
6 | |
7 | return OUT; |
8 | } |
Note: See TracBrowser
for help on using the repository browser.