source:
experimental/distortionNG/shaderIntensityMapVis.frag
@
426
Last change on this file since 426 was 393, checked in by , 12 years ago | |
---|---|
File size: 171 bytes |
Rev | Line | |
---|---|---|
[363] | 1 | uniform sampler2DRect sceneTexture; |
2 | uniform sampler2DRect intensityMapTexture; | |
3 | ||
4 | void main(void) | |
5 | { | |
6 | gl_FragColor = texture2DRect(intensityMapTexture, gl_FragCoord); | |
7 | } |
Note: See TracBrowser
for help on using the repository browser.