source: GTP/branches/IllumWPdeliver2008dec/IlluminationWP/demos/OgreGames/MoriaBattle/Media/GameTools.program @ 3255

Revision 3255, 851 bytes checked in by szirmay, 15 years ago (diff)
Line 
1vertex_program GameTools/BlurVS hlsl
2{
3        source GameTools_Blur.hlsl
4        entry_point BlurVS
5        target vs_2_0
6}
7
8fragment_program GameTools/BlurPS hlsl
9{
10        source GameTools_Blur.hlsl
11        entry_point BlurPS
12        target ps_3_0
13}
14
15fragment_program GameTools/CopyPS hlsl
16{
17        source GameTools_Blur.hlsl
18        entry_point CopyPS
19        target ps_3_0
20}
21
22vertex_program GameTools/BlurCubeFaceVS hlsl
23{
24        source GameTools_Blur.hlsl
25        entry_point BlurCubeFaceVS
26        target vs_2_0
27}
28
29fragment_program GameTools/BlurCubeFacePS hlsl
30{
31        source GameTools_Blur.hlsl
32        entry_point BlurCubeFacePS
33        target ps_3_0
34}
35
36vertex_program GameTools/FocusingVS hlsl
37{
38        source GameTools_Focusing.hlsl
39        entry_point FocusingVS
40        target vs_2_0
41}
42
43fragment_program GameTools/FocusingPS hlsl
44{
45        source GameTools_Focusing.hlsl
46        entry_point FocusingPS
47        target ps_2_0
48}
Note: See TracBrowser for help on using the repository browser.