Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/Samples/Media/DeferredShadingMedia/deferred_post_debug.glsl.program @ 5

Last change on this file since 5 was 5, checked in by anonymous, 17 years ago

=hoffentlich gehts jetzt

  • Property svn:executable set to *
File size: 592 bytes
Line 
1fragment_program DeferredShading/post/glsl/ShowNormal_ps glsl
2{
3        source DeferredShading/post/glsl/ShowNormal_ps.glsl
4        default_params
5        {
6                param_named tex0 int 0
7                param_named tex1 int 1
8        }
9}
10fragment_program DeferredShading/post/glsl/ShowDS_ps glsl
11{
12        source DeferredShading/post/glsl/ShowDS_ps.glsl
13        default_params
14        {
15                param_named tex0 int 0
16                param_named tex1 int 1
17        }
18}
19fragment_program DeferredShading/post/glsl/ShowColour_ps glsl
20{
21        source DeferredShading/post/glsl/ShowColour_ps.glsl
22        default_params
23        {
24                param_named tex0 int 0
25                param_named tex1 int 1
26        }
27}
Note: See TracBrowser for help on using the repository browser.