Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/Samples/Media/DeferredShadingMedia/deferred_post_debug.hlsl.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: 466 bytes
Line 
1fragment_program DeferredShading/post/hlsl/ShowNormal_ps hlsl
2{
3        source DeferredShading/post/hlsl/ShowNormal_ps.hlsl
4        target ps_2_0
5        entry_point main
6}
7fragment_program DeferredShading/post/hlsl/ShowDS_ps hlsl
8{
9        source DeferredShading/post/hlsl/ShowDS_ps.hlsl
10        target ps_2_0
11        entry_point main
12}
13fragment_program DeferredShading/post/hlsl/ShowColour_ps hlsl
14{
15        source DeferredShading/post/hlsl/ShowColour_ps.hlsl
16        target ps_2_0
17        entry_point main
18}
Note: See TracBrowser for help on using the repository browser.