source: OGRE/trunk/ogrenew/Samples/Media/DeferredShadingMedia/deferred_post_debug.glsl.program @ 692

Revision 692, 592 bytes checked in by mattausch, 19 years ago (diff)

adding ogre 1.2 and dependencies

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.