source: GTP/branches/IllumWPdeliver2008dec/IlluminationWP/precompiled/app/OgreIllumModule_Resources/materials/GTPAdvancedEnvMap/diffuse/GTPDiffuse.program @ 3255

Revision 3255, 789 bytes checked in by szirmay, 15 years ago (diff)
Line 
1fragment_program GTP/Diffuse/Poly2Point_PS hlsl
2{
3        source GTPDiffuse.hlsl
4        entry_point Diffuse_Poly2Point_PS
5        target ps_3_0
6        //flow_control prefer
7}
8
9fragment_program GTP/Diffuse/Point2Point_PS hlsl
10{
11        source GTPDiffuse.hlsl
12        entry_point Diffuse_Point2Point_PS
13        target ps_3_0
14        //flow_control prefer
15}
16
17fragment_program GTP/Diffuse/Disc2Point_PS hlsl
18{
19        source GTPDiffuse.hlsl
20        entry_point Diffuse_Disc2Point_PS
21        target ps_3_0
22        //flow_control prefer
23
24
25fragment_program GTP/Glossy/Disc2Point_PS hlsl
26{
27        source GTPDiffuse.hlsl
28        entry_point Glossy_Disc2Point_PS
29        target ps_3_0
30        //flow_control prefer
31
32
33fragment_program GTP/Diffuse/ReduceCubeMap_PS hlsl
34{
35        source GTPDiffuse.hlsl
36        entry_point ReduceCubeMap_PS
37        target ps_3_0
38        //flow_control avoid
39}
Note: See TracBrowser for help on using the repository browser.